Skip to content
Permalink
Browse files
Disable exceptions for some (Iceweasel, Thunderbird) arm64 applicatio…
…ns. It looks like it's not needed anymore.
  • Loading branch information
igorpecovnik committed Dec 12, 2017
1 parent 478781f commit dccf2138b64e38fa21ee734863955db8c845c26f
Showing with 4 additions and 4 deletions.
  1. +4 −4 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

0 comments on commit dccf213

Please sign in to comment.