From 16b7d5dec36af8ec7679205649dd19149d235f97 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Sun, 12 Feb 2017 04:03:19 +0800 Subject: [PATCH] Fix PROFILES path in stale version --- manjaro-architect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manjaro-architect b/manjaro-architect index 83609b3..488b382 100755 --- a/manjaro-architect +++ b/manjaro-architect @@ -2391,7 +2391,7 @@ inst_needed() { } install_manjaro_de_wm_pkg() { - PROFILES="/usr/share/manjaro-tools" + PROFILES="/usr/share/manjaro-tools/iso-profiles" # Only show this information box once if [[ $SHOW_ONCE -eq 0 ]]; then dialog --backtitle "$VERSION - $SYSTEM ($ARCHI)" --title " $_InstDETitle " --msgbox "This installs a package list and a desktop-settings package that correspond to manjaro editions of the same name." 0 0