git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@804 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-02-24 00:02:12 +00:00
parent 335e71a9fe
commit dcc5632e1e
2 changed files with 11 additions and 10 deletions
+3 -2
View File
@@ -226,8 +226,9 @@ mkdir -p -- "$PREFIX"/lib/uqm 2> /dev/null
mkdir -p -- "$PREFIX"/bin 2> /dev/null
echo "Unpacking packages..."
for PACKAGE in `selected_components`; do
gzip -dc "$CONTENT_FILE" | tar -xf - -C "$PREFIX"/
for COMPFILE in `selected_components`; do
echo "- $COMPFILE"
gzip -dc "$COMPFILE" | tar -xf - -C "$PREFIX"/
done
echo "Unpacking other stuff..."