From dccf2138b64e38fa21ee734863955db8c845c26f Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 12 Dec 2017 08:44:09 +0100 Subject: [PATCH] Disable exceptions for some (Iceweasel, Thunderbird) arm64 applications. It looks like it's not needed anymore. --- lib/configuration.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/configuration.sh b/lib/configuration.sh index 2b53e0d118..089ed7f572 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -178,10 +178,10 @@ fi # Build final package list after possible override PACKAGE_LIST="$PACKAGE_LIST $PACKAGE_LIST_RELEASE $PACKAGE_LIST_ADDITIONAL" -if [[ $ARCH == arm64 ]]; then - PACKAGE_LIST_DESKTOP="${PACKAGE_LIST_DESKTOP/iceweasel/iceweasel:armhf}" - PACKAGE_LIST_DESKTOP="${PACKAGE_LIST_DESKTOP/thunderbird/thunderbird:armhf}" -fi +#if [[ $ARCH == arm64 ]]; then + #PACKAGE_LIST_DESKTOP="${PACKAGE_LIST_DESKTOP/iceweasel/iceweasel:armhf}" + #PACKAGE_LIST_DESKTOP="${PACKAGE_LIST_DESKTOP/thunderbird/thunderbird:armhf}" +#fi [[ $BUILD_DESKTOP == yes ]] && PACKAGE_LIST="$PACKAGE_LIST $PACKAGE_LIST_DESKTOP" # remove any packages defined in PACKAGE_LIST_RM in lib.config