summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 54c0b3a27..ea2078b86 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -60,6 +60,8 @@ prunePackageList() {
PATTERN="${PATTERN:+${PATTERN}|}(^$PKG )"
PACKAGEFILES="$PACKAGEFILES $(ls $PACKAGEPATH/${PKG}*)"
done
+ # gtk+, enough said
+ PATTERN=$(echo $PATTERN | sed 's,[\+\*],\\&,g')
PACKAGEFILES=$(ls $PACKAGEFILES | sort -u)