From d24869a157d3820636d57c29c63b17609745e131 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 18 Dec 2018 14:18:49 +0100 Subject: Make sure channel-prefs.js is packaged into MAR files. --- tools/update-packaging/common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/update-packaging/common.sh') diff --git a/tools/update-packaging/common.sh b/tools/update-packaging/common.sh index eb358806f..ec9478035 100755 --- a/tools/update-packaging/common.sh +++ b/tools/update-packaging/common.sh @@ -76,8 +76,7 @@ make_add_instruction() { check_for_add_if_not_update() { add_if_not_file_chk="$1" - if [ `basename $add_if_not_file_chk` = "channel-prefs.js" -o \ - `basename $add_if_not_file_chk` = "update-settings.ini" ]; then + if [ `basename $add_if_not_file_chk` = "update-settings.ini" ]; then ## "true" *giggle* return 0; fi -- cgit v1.2.3