wok rev 20367
debugging code removed
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 20:50:42 2018 +0000 (2018-06-09) |
parents | 79e6b2230d5c |
children | 2c6962d0e595 |
files | gnupg/receipt |
line diff
1.1 --- a/gnupg/receipt Sat Jun 09 20:40:08 2018 +0000 1.2 +++ b/gnupg/receipt Sat Jun 09 20:50:42 2018 +0000 1.3 @@ -24,10 +24,6 @@ 1.4 export LDFLAGS="-lrt" 1.5 ./configure $CONFIGURE_ARGS && make && make install 1.6 1.7 - # debug 1.8 - echo "debug #1:" 1.9 - which gpg 1.10 - 1.11 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 1.12 } 1.13 1.14 @@ -37,10 +33,4 @@ 1.15 cp -a $install/* $fs 1.16 ln -sf gpg2 $fs/usr/bin/gpg 1.17 rm -r $fs/usr/share/doc $fs/usr/share/info $fs/usr/share/locale 1.18 - 1.19 - #debug 1.20 - echo "debug #2:" 1.21 - ls -la $fs/usr/bin/gpg* 1.22 - echo "debug #3:" 1.23 - which gpg 1.24 }