wok-next diff tslib/receipt @ rev 20430

fake-sane: fix copy-paste typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 24 13:29:11 2018 +0200 (2018-01-24)
parents c5336999f370
children 0e7893ac206d
line diff
     1.1 --- a/tslib/receipt	Thu Mar 02 05:17:16 2017 +0200
     1.2 +++ b/tslib/receipt	Wed Jan 24 13:29:11 2018 +0200
     1.3 @@ -33,6 +33,5 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cook_copy_folders etc bin
     1.8 -	cook_copy_files *.so*
     1.9 +	copy etc/ bin/ *.so*
    1.10  }