setup/install.sh: remove support for 'all' special arg.
This commit is contained in:
parent
4af134af82
commit
dfd0cde930
1 changed files with 0 additions and 4 deletions
|
@ -209,10 +209,6 @@ _vmove() {
|
|||
break
|
||||
done
|
||||
|
||||
if [ "$files" = "all" ]; then
|
||||
files="*"
|
||||
fi
|
||||
|
||||
if [ -n "$XBPS_PKGDESTDIR" ]; then
|
||||
_pkgdestdir="$PKGDESTDIR"
|
||||
_destdir="$DESTDIR"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue