setup/install.sh: remove support for 'all' special arg.
This commit is contained in:
parent
4af134af82
commit
dfd0cde930
|
@ -209,10 +209,6 @@ _vmove() {
|
|||
break
|
||||
done
|
||||
|
||||
if [ "$files" = "all" ]; then
|
||||
files="*"
|
||||
fi
|
||||
|
||||
if [ -n "$XBPS_PKGDESTDIR" ]; then
|
||||
_pkgdestdir="$PKGDESTDIR"
|
||||
_destdir="$DESTDIR"
|
||||
|
|
Loading…
Reference in New Issue