wok diff bluez/receipt @ 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 | 69faca221dde |
children | 86790a278e70 |
line diff
1.1 --- a/bluez/receipt Mon Apr 03 17:30:48 2017 +0200 1.2 +++ b/bluez/receipt Sat Jun 09 20:40:08 2018 +0000 1.3 @@ -70,7 +70,7 @@ 1.4 [ -s $1/usr/bin/bluepin ] || cat > $1/usr/bin/bluepin <<EOT 1.5 #!/bin/sh 1.6 1.7 -PIN:\$(printf "%04d\n" \${1:-$(($RANDOM%10000))}) 1.8 +printf "PIN:%04d\n" \${1:-$(($RANDOM%10000))} 1.9 EOT 1.10 chmod +x $1/usr/bin/bluepin 1.11 }