wok-next diff libzip/receipt @ rev 20404

Up cookutils (1019)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:34:32 2017 +0200 (2017-12-07)
parents 60bd4df08f57
children c4e53a39395a
line diff
     1.1 --- a/libzip/receipt	Wed Oct 11 21:43:20 2017 +0300
     1.2 +++ b/libzip/receipt	Thu Dec 07 14:34:32 2017 +0200
     1.3 @@ -18,6 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export MKDIRPROG='mkdir -p'
     1.8  	./configure $CONFIGURE_ARGS && make && make install
     1.9  }
    1.10