diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-30 11:29:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-30 11:29:42 +0200 |
commit | 61025a35c9f049fe4580b345f8bb8010f6166c9d (patch) | |
tree | d8c15831907ffcba190b0aeed8d9a15ed2007d8b /scripts | |
parent | d059e0637a467d7f1fa5eafab383c230e7748a64 (diff) |
firefox needs zip
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-pkgs.sh | 1 |
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 |