wok-6.x diff xfi/receipt @ rev 21810
Add python-cffi, python-cparser & python-cryptography
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 17 18:44:53 2019 +0200 (2019-08-17) |
parents | 019632316cf5 |
children | f90a38690df8 |
line diff
1.1 --- a/xfi/receipt Sun Dec 16 10:41:06 2018 +0100 1.2 +++ b/xfi/receipt Sat Aug 17 18:44:53 2019 +0200 1.3 @@ -15,7 +15,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/bin 1.8 - cp -a $install/usr/bin/$PACKAGE $fs/usr/bin 1.9 - copy_generic_files 2> /dev/null || true 1.10 + for i in /usr/bin /usr/share/pixmaps /usr/share/applications; do 1.11 + mkdir -p $fs$i 1.12 + cp -a $install$i/$PACKAGE* $fs$i 1.13 + done 1.14 }