From db312db7c9c84a98a3edcd3ecdab05f10d5c0123 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Tue, 28 Feb 2017 12:22:17 +0800 Subject: [PATCH] Fix package filtering --- lib/util-desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-desktop.sh b/lib/util-desktop.sh index ea7fea6..9f01b8d 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -180,7 +180,7 @@ install_manjaro_de_wm() { clear # remove already installed base pkgs and # basestrap the parsed package list to the new root - basestrap -i ${MOUNTPOINT} $(cat /tmp/.edition /usr/share/manjaro-architect/package-lists/input-drivers | grep -v -f /mnt/.base | sort | uniq) 2>$ERR + basestrap -i ${MOUNTPOINT} $(grep -v -f /tmp/.base /tmp/.edition | sort | uniq) 2>$ERR check_for_error "install pkgs: $(cat /tmp/.desktop)" "$?" # copy the profile overlay to the new root