Removed old line.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@807 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-02-24 01:33:18 +00:00
parent b2be4d34b7
commit ca3a63dbc2
-1
View File
@@ -240,7 +240,6 @@ echo "Unpacking packages..."
for COMPFILE in `selected_components`; do
echo "- $COMPFILE"
unzip -od "$PREFIX" "$COMPFILE"
gzip -dc "$COMPFILE" | tar -xf - -C "$PREFIX"/
done
echo "Unpacking other stuff..."