wok-6.x rev 20368
gnupg: try these new configure options
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Jun 10 07:45:44 2018 +0000 (2018-06-10) |
parents | ea48c7f9dc3d |
children | 1c2c575ba65f |
files | gnupg/receipt |
line diff
1.1 --- a/gnupg/receipt Sat Jun 09 20:50:42 2018 +0000 1.2 +++ b/gnupg/receipt Sun Jun 10 07:45:44 2018 +0000 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 && make && make install 1.8 + ./configure $CONFIGURE_ARGS --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libexecdir=/usr/lib/gnupg && make && make install 1.9 1.10 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 1.11 }