aboutsummaryrefslogtreecommitdiff
path: root/lib_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib_build.sh')
-rwxr-xr-xlib_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_build.sh b/lib_build.sh
index c808f03..8b2c046 100755
--- a/lib_build.sh
+++ b/lib_build.sh
@@ -294,7 +294,7 @@ EOF
make_zip() (
cd "$BUILDDIR"
case $BROWSER in
- mozilla) $ZIP_COMMAND build.zip *;;
+ mozilla) ${HAKETILO_ZIP:-zip -r} build.zip *;;
chromium) exit 92;; # Still to do
esac
)