From de249f203eccfd2a3a73bcc47cae4cffea6e3954 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Thu, 19 May 2005 01:11:25 +0000 Subject: [PATCH] MacOS install fix. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1807 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/build.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/build/unix/build.config b/sc2/build/unix/build.config index 41c978452..97fe22622 100644 --- a/sc2/build/unix/build.config +++ b/sc2/build/unix/build.config @@ -354,11 +354,11 @@ uqm_install_osx() { # Install game content (it should probably make a zipfile) echo "Creating base content package..." >&2 - cp content/starcon.key content/version "$INSTROOT/Resources/content" + cp content/version "$INSTROOT/Resources/content/" (cd content && \ find . \( -name CVS -o -name packages \) -prune -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) mv content/uqm-$VERSION-prv-content.uqm "$INSTROOT/Resources/content/packages"