wok diff cryptkeeper/receipt @ rev 20595

xfi, xfw, cryptkeeper: dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 16 10:41:06 2018 +0100 (2018-12-16)
parents 8312b3fd937f
children b21f0b31e0c2
line diff
     1.1 --- a/cryptkeeper/receipt	Mon Dec 05 20:07:13 2016 +0200
     1.2 +++ b/cryptkeeper/receipt	Sun Dec 16 10:41:06 2018 +0100
     1.3 @@ -26,5 +26,5 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cook_copy_folders usr
     1.8 +	cook_copy_folders usr 2> /dev/null || true
     1.9  }