setup/install.sh: remove support for 'all' special arg.

This commit is contained in:
maxice8 2019-02-18 07:46:19 -03:00 committed by maxice8
parent 4af134af82
commit dfd0cde930
1 changed files with 0 additions and 4 deletions

View File

@ -209,10 +209,6 @@ _vmove() {
break
done
if [ "$files" = "all" ]; then
files="*"
fi
if [ -n "$XBPS_PKGDESTDIR" ]; then
_pkgdestdir="$PKGDESTDIR"
_destdir="$DESTDIR"