wok-6.x rev 20369
gnupg: make check
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Jun 10 08:04:53 2018 +0000 (2018-06-10) |
parents | 2c6962d0e595 |
children | a8b41e109f74 |
files | gnupg/receipt |
line diff
1.1 --- a/gnupg/receipt Sun Jun 10 07:45:44 2018 +0000 1.2 +++ b/gnupg/receipt Sun Jun 10 08:04:53 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 --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libexecdir=/usr/lib/gnupg && make && make install 1.8 + ./configure $CONFIGURE_ARGS --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libexecdir=/usr/lib/gnupg && make && make check && make install 1.9 1.10 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 1.11 }