summaryrefslogtreecommitdiff
path: root/scripts/scan-pkgs.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-09-30 11:29:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-09-30 11:29:42 +0200
commit61025a35c9f049fe4580b345f8bb8010f6166c9d (patch)
treed8c15831907ffcba190b0aeed8d9a15ed2007d8b /scripts/scan-pkgs.sh
parentd059e0637a467d7f1fa5eafab383c230e7748a64 (diff)
firefox needs zip
Diffstat (limited to 'scripts/scan-pkgs.sh')
-rw-r--r--scripts/scan-pkgs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 46662de1b..2bed1e209 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -77,6 +77,7 @@ if [[ -n $ADK_PACKAGE_FIREFOX ]]; then
NEED_YASM="$NEED_YASM firefox"
NEED_LIBIDL="$NEED_LIBIDL firefox"
NEED_PYTHON="$NEED_PYTHON firefox"
+ NEED_ZIP="$NEED_ZIP firefox"
fi
if [[ -n $ADK_COMPILE_HEIMDAL ]]; then