wok-next diff smake/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 18c4d15a72df
children d5aab818505e
line diff
     1.1 --- a/smake/receipt	Fri Jan 27 15:35:03 2017 +0200
     1.2 +++ b/smake/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.3 @@ -22,5 +22,5 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cook_copy_folders bin
     1.8 +	copy bin/
     1.9  }