wok-6.x 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 | 70e1dc58412b |
children | b21f0b31e0c2 |
files | cryptkeeper/receipt xfi/receipt xfw/receipt |
line diff
1.1 --- a/cryptkeeper/receipt Sun Dec 16 10:29:38 2018 +0100 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 }