wok rev 20371

gnupg: restore compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 10 12:54:49 2018 +0200 (2018-06-10)
parents a8b41e109f74
children e54f35249a89
files gnupg/receipt
line diff
     1.1 --- a/gnupg/receipt	Sun Jun 10 10:07:44 2018 +0200
     1.2 +++ b/gnupg/receipt	Sun Jun 10 12:54:49 2018 +0200
     1.3 @@ -22,7 +22,7 @@
     1.4  	echo "d87553a125832ea90e8aeb3ceeecf24f88de56fb  $SRC/$TARBALL" | sha1sum -c || exit 1
     1.5  
     1.6      export LDFLAGS="-lrt"
     1.7 -	./configure $CONFIGURE_ARGS --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libexecdir=/usr/lib/gnupg && make && make check && make install
     1.8 +	./configure $CONFIGURE_ARGS && make && make install
     1.9  
    1.10  	find $install/usr/share/man -type f -exec gzip -9 \{\} \;
    1.11  }