wok-next diff slitaz-icons-elementary/receipt @ rev 21097

gtk-girepository: forgot to remove HOST_ARCH="any"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 01 13:46:24 2019 +0200 (2019-01-01)
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	Tue Jan 01 13:46:24 2019 +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  }