wok 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  }
     2.1 --- a/xfi/receipt	Sun Dec 16 10:29:38 2018 +0100
     2.2 +++ b/xfi/receipt	Sun Dec 16 10:41:06 2018 +0100
     2.3 @@ -17,5 +17,5 @@
     2.4  {
     2.5  	mkdir -p $fs/usr/bin
     2.6  	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
     2.7 -	copy_generic_files
     2.8 +	copy_generic_files 2> /dev/null || true
     2.9  }
     3.1 --- a/xfw/receipt	Sun Dec 16 10:29:38 2018 +0100
     3.2 +++ b/xfw/receipt	Sun Dec 16 10:41:06 2018 +0100
     3.3 @@ -18,5 +18,5 @@
     3.4  {
     3.5  	mkdir -p $fs/usr/bin
     3.6  	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
     3.7 -	copy_generic_files
     3.8 +	copy_generic_files 2> /dev/null || true
     3.9  }