Fixed obvious error.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@797 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-02-21 23:28:00 +00:00
parent 787a334a39
commit e8c9e86121
+2 -2
View File
@@ -194,10 +194,10 @@ mkdir -p -- "$INSTALL_BASE"/lib/uqm 2> /dev/null
mkdir -p -- "$INSTALL_BASE"/bin 2> /dev/null mkdir -p -- "$INSTALL_BASE"/bin 2> /dev/null
echo "Unpacking content..." echo "Unpacking content..."
gzip -dc "$CONTENT_FILE" | tar -xzf - -C "$INSTALL_BASE"lib/uqm gzip -dc "$CONTENT_FILE" | tar -xf - -C "$INSTALL_BASE"lib/uqm
echo "Unpacking other stuff..." echo "Unpacking other stuff..."
tail -c @ATTACHLEN@ < "$0" | tar -xzf - -C "$INSTALL_BASE"lib/ tail -c @ATTACHLEN@ < "$0" | gzip -dc | tar -xf - -C "$INSTALL_BASE"lib/
echo "Creating wrapper script..." echo "Creating wrapper script..."
cat << EOF > "$INSTALL_BASE"bin/uqm cat << EOF > "$INSTALL_BASE"bin/uqm