wok-next diff slitaz-icons-elementary/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | cd7906120828 |
children |
line diff
1.1 --- a/slitaz-icons-elementary/receipt Sat Jul 14 17:43:03 2018 +0300 1.2 +++ b/slitaz-icons-elementary/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -11,7 +11,6 @@ 1.4 1.5 BUILD_DEPENDS="elementary-icon-theme make-slitaz-icons" 1.6 1.7 -# Rules to compile and makethe package. 1.8 compile_rules() { 1.9 mksit.sh \ 1.10 -f /usr/share/icons/elementary \ 1.11 @@ -19,8 +18,6 @@ 1.12 -opmax 1.13 } 1.14 1.15 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 -genpkg_rules() 1.17 -{ 1.18 +genpkg_rules() { 1.19 cp -r $install/* $fs 1.20 }