From da475b0ceae351453df337e6f7a2eebaeba2f17e Mon Sep 17 00:00:00 2001 From: meep-eep Date: Wed, 18 May 2005 19:45:27 +0000 Subject: [PATCH] Don't omit starcon.key and version from the content package (MacOS X). git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1804 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 974a3baf3..41c978452 100644 --- a/sc2/build/unix/build.config +++ b/sc2/build/unix/build.config @@ -358,8 +358,8 @@ uqm_install_osx() { (cd content && \ find . \( -name CVS -o -name packages \) -prune -o \ \! \( -type d -o -name packages -o -name CVS -o \ - -name starcon.key -o -name version -o -name \*.ogg \) \ - -print | $SED 's/^..//' | zip -@ uqm-${VERSION}-prv-content.uqm) + -name \*.ogg \) \ -print | $SED 's/^..//' | \ + zip -@ uqm-${VERSION}-prv-content.uqm) mv content/uqm-$VERSION-prv-content.uqm "$INSTROOT/Resources/content/packages" echo "Creating voice content package..." >&2