wok diff xfi/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 2611e3a0ba21
children b21f0b31e0c2
line diff
     1.1 --- a/xfi/receipt	Mon Jan 19 15:56:59 2015 -0500
     1.2 +++ b/xfi/receipt	Sun Dec 16 10:41:06 2018 +0100
     1.3 @@ -17,5 +17,5 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/bin
     1.6  	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
     1.7 -	copy_generic_files
     1.8 +	copy_generic_files 2> /dev/null || true
     1.9  }