wok rev 20366

debugging with markers, I think the build server does NOT build the gpg... but here locally gpg binary is created and at the place it should be
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 20:40:08 2018 +0000 (2018-06-09)
parents 5791f6b30f11
children ea48c7f9dc3d
files gnupg/receipt
line diff
     1.1 --- a/gnupg/receipt	Sat Jun 09 20:31:55 2018 +0000
     1.2 +++ b/gnupg/receipt	Sat Jun 09 20:40:08 2018 +0000
     1.3 @@ -24,7 +24,8 @@
     1.4      export LDFLAGS="-lrt"
     1.5  	./configure $CONFIGURE_ARGS && make && make install
     1.6  
     1.7 -	#debug
     1.8 +	# debug
     1.9 +	echo "debug #1:"
    1.10  	which gpg
    1.11  
    1.12  	find $install/usr/share/man -type f -exec gzip -9 \{\} \;
    1.13 @@ -38,6 +39,8 @@
    1.14  	rm -r $fs/usr/share/doc $fs/usr/share/info $fs/usr/share/locale
    1.15  
    1.16  	#debug
    1.17 +    echo "debug #2:"
    1.18  	ls -la $fs/usr/bin/gpg*
    1.19 +    echo "debug #3:"
    1.20  	which gpg
    1.21  }