libraries/zziplib: Fix for exported BUILD variable.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
287e1fce92
commit
b7383a49eb
|
@ -49,6 +49,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
env -u BUILD \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
|
Loading…
Reference in New Issue