diff options
Diffstat (limited to 'main/zip/APKBUILD')
-rw-r--r-- | main/zip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/zip/APKBUILD b/main/zip/APKBUILD index ffe0797cb5..adda514326 100644 --- a/main/zip/APKBUILD +++ b/main/zip/APKBUILD @@ -25,7 +25,7 @@ prepare() { done } -build () { +build () { cd "$_builddir" make -f unix/Makefile LOCAL_ZIP="${CFLAGS} ${CPPFLAGS}" prefix=/usr generic || return 1 } |