Add zip compression level option. Fix exit_module function

This commit is contained in:
Antonin Décimo
2014-08-20 10:15:40 +02:00
parent cfa93f61d1
commit a3ac751f9e
6 changed files with 17 additions and 12 deletions

View File

@@ -26,9 +26,6 @@ if [ "$package_name_defined_argument" = false ]; then
fi
create_love_file
# Debian
MISSING_INFO=0
ERROR_MSG="Could not build Debian package."
@@ -57,6 +54,9 @@ if [ "$MISSING_INFO" -eq 1 ]; then
fi
create_love_file 9
TEMP=`mktemp -d`
mkdir -p $TEMP/DEBIAN