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