wok diff florence/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 | 0ea7712da514 |
children | 86790a278e70 |
line diff
1.1 --- a/florence/receipt Wed May 04 21:51:37 2016 +0200 1.2 +++ b/florence/receipt Sat Jun 09 20:40:08 2018 +0000 1.3 @@ -23,7 +23,6 @@ 1.4 --without-docs \ 1.5 --without-notification \ 1.6 --disable-schemas-compile 1.7 - 1.8 make && make install 1.9 } 1.10 1.11 @@ -31,4 +30,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 cp -a $install/* $fs 1.15 + sed 's|Categories.*$|&Utility;|' -i \ 1.16 + $fs/usr/share/applications/florence.desktop 1.17 }