[Mac] Fixed overzealous download script fix redux. Also, disabled environment variable spew when building Ogg and Vorbis.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4172 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
a278738d02
commit
afd4e2c301
2
deps/Cocoa-deps/scripts/update-library.sh
vendored
2
deps/Cocoa-deps/scripts/update-library.sh
vendored
@ -99,7 +99,7 @@ rm -rf "$TARGETDIR"
|
||||
|
||||
|
||||
# Move new code into place.
|
||||
mv "$TEMPDIR/$LIBNAME*" "$TARGETDIR"
|
||||
mv $TEMPDIR/$LIBNAME* "$TARGETDIR"
|
||||
if [ ! $? ]
|
||||
then
|
||||
echo "error: could not move expanded $LIBNAME source into place."
|
||||
|
Loading…
x
Reference in New Issue
Block a user