wok-6.x diff sslh/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 | 997d6ae59d98 |
children | f8e4b31c88c3 |
line diff
1.1 --- a/sslh/receipt Thu Jan 12 11:41:16 2017 +0100 1.2 +++ b/sslh/receipt Sat Jun 09 20:40:08 2018 +0000 1.3 @@ -25,10 +25,10 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/sbin $fs/etc 1.7 - mkdir -p $install/usr/share/man $install/usr/share/dpc 1.8 + mkdir -p $install/usr/share/man $install/usr/share/doc 1.9 cp -a $src/sslh-fork $fs/usr/sbin 1.10 cp -a $src/sslh-select $fs/usr/sbin 1.11 - cp basic.cfg $fs/etc/sslh.cfg 1.12 + cp $src/basic.cfg $fs/etc/sslh.cfg 1.13 cp $src/sslh.8.gz $install/usr/share/man 1.14 cp $src/*.cfg $install/usr/share/doc 1.15 cp $src/README.md $install/usr/share/doc