From dfd0cde930e3ca22f1b1835c83d0af1962c9359c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 18 Feb 2019 07:46:19 -0300 Subject: [PATCH] setup/install.sh: remove support for 'all' special arg. --- common/environment/setup/install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/environment/setup/install.sh b/common/environment/setup/install.sh index 9e40bf7d8c7..9898de499c4 100644 --- a/common/environment/setup/install.sh +++ b/common/environment/setup/install.sh @@ -209,10 +209,6 @@ _vmove() { break done - if [ "$files" = "all" ]; then - files="*" - fi - if [ -n "$XBPS_PKGDESTDIR" ]; then _pkgdestdir="$PKGDESTDIR" _destdir="$DESTDIR"