wok-next diff pinta/receipt @ rev 19783

Up receipts to v2 syntax: cook_copy_files & cook_copy_folders -> copy
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 18 04:38:10 2017 +0300 (2017-06-18)
parents e54ac42d7a86
children 85a0f869ebc9
line diff
     1.1 --- a/pinta/receipt	Thu Nov 17 02:51:28 2016 +0200
     1.2 +++ b/pinta/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.3 @@ -24,6 +24,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cook_copy_files pinta *.dll *.exe *.mo
     1.8 +	copy pinta *.dll *.exe *.mo
     1.9  	cook_copy_icons 16 32 # 48 is absent
    1.10  }