change to any compression in setup

This commit is contained in:
Tobias Powalowski 2010-02-21 16:32:52 +01:00
parent fde86ff8a3
commit 09284baf12

View file

@ -2004,7 +2004,7 @@ select_packages() {
if [ "$SELECTALL" = "yes" ]; then
tag="ON"
fi
list=$(cat $PKGS | grep "$category/" | sed 's|^[a-z0-9-]*/||g' | sed "s|.pkg.tar.gz$| ($category) $tag|g" | sort)
list=$(cat $PKGS | grep "$category/" | sed 's|^[a-z0-9-]*/||g' | sed "s|.pkg.tar.*$| ($category) $tag|g" | sort)
CHKLIST="$CHKLIST $list"
tag="OFF"
done