wok-6.x rev 20365
debugging
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 20:31:55 2018 +0000 (2018-06-09) |
parents | 1391e3f0a87b |
children | 79e6b2230d5c |
files | gnupg/receipt |
line diff
1.1 --- a/gnupg/receipt Sat Jun 09 18:45:36 2018 +0000 1.2 +++ b/gnupg/receipt Sat Jun 09 20:31:55 2018 +0000 1.3 @@ -24,6 +24,9 @@ 1.4 export LDFLAGS="-lrt" 1.5 ./configure $CONFIGURE_ARGS && make && make install 1.6 1.7 + #debug 1.8 + which gpg 1.9 + 1.10 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 1.11 } 1.12 1.13 @@ -33,4 +36,8 @@ 1.14 cp -a $install/* $fs 1.15 ln -sf gpg2 $fs/usr/bin/gpg 1.16 rm -r $fs/usr/share/doc $fs/usr/share/info $fs/usr/share/locale 1.17 + 1.18 + #debug 1.19 + ls -la $fs/usr/bin/gpg* 1.20 + which gpg 1.21 }