wok-next diff flag-icons/receipt @ rev 20959

Fix minicom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 06 11:27:41 2018 +0200 (2018-09-06)
parents 4eab61ea2c5a
children 0cbe4b1f2230
line diff
     1.1 --- a/flag-icons/receipt	Sat Jan 21 11:59:37 2017 +0200
     1.2 +++ b/flag-icons/receipt	Thu Sep 06 11:27:41 2018 +0200
     1.3 @@ -12,9 +12,7 @@
     1.4  TARBALL="$PACKAGE-$COMMIT.tar.gz"
     1.5  WGET_URL="https://github.com/gosquared/flags/archive/$COMMIT.tar.gz"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	for SIZE in 16 24 32 48 64; do
    1.12  		fusih=$install/usr/share/icons/hicolor/${SIZE}x$SIZE
    1.13  		mkdir -p $fusih
    1.14 @@ -25,8 +23,6 @@
    1.15  	cp -a $src/LICENSE.txt $install/usr/share/licenses/gosquared.txt
    1.16  }
    1.17  
    1.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 -genpkg_rules()
    1.20 -{
    1.21 +genpkg_rules() {
    1.22  	cp -a $install/* $fs
    1.23  }