wok-next diff fpm2/receipt @ rev 20785
gpgme: add gnupg, since build can not find gpgconf and gpg
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 07:02:52 2018 +0000 (2018-06-09) |
parents | fcdd50638150 |
children | a3c581bf52b8 |
line diff
1.1 --- a/fpm2/receipt Mon Dec 02 16:43:36 2013 +0000 1.2 +++ b/fpm2/receipt Sat Jun 09 07:02:52 2018 +0000 1.3 @@ -29,6 +29,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr 1.8 + mkdir -p $fs/usr/share/pixmaps 1.9 cp -a $install/usr/bin $fs/usr 1.10 + cp -a $install/usr/share/pixmaps/fpm2/logo.png \ 1.11 + $fs/usr/share/pixmaps/fpm2.png 1.12 }