MacOS install fix.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1807 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-05-19 01:11:25 +00:00
parent 1082a24ca6
commit de249f203e
+2 -2
View File
@@ -354,11 +354,11 @@ uqm_install_osx() {
# Install game content (it should probably make a zipfile) # Install game content (it should probably make a zipfile)
echo "Creating base content package..." >&2 echo "Creating base content package..." >&2
cp content/starcon.key content/version "$INSTROOT/Resources/content" cp content/version "$INSTROOT/Resources/content/"
(cd content && \ (cd content && \
find . \( -name CVS -o -name packages \) -prune -o \ find . \( -name CVS -o -name packages \) -prune -o \
\! \( -type d -o -name packages -o -name CVS -o \ \! \( -type d -o -name packages -o -name CVS -o \
-name \*.ogg \) \ -print | $SED 's/^..//' | \ -name \*.ogg \) -print | $SED 's/^..//' | \
zip -@ uqm-${VERSION}-prv-content.uqm) zip -@ uqm-${VERSION}-prv-content.uqm)
mv content/uqm-$VERSION-prv-content.uqm "$INSTROOT/Resources/content/packages" mv content/uqm-$VERSION-prv-content.uqm "$INSTROOT/Resources/content/packages"