wok-6.x diff web-applications/receipt @ rev 20131

wpa_supplicant: security fix for KRACK
author Richard Dunbar <mojo@slitaz.org>
date Sat Oct 28 02:35:58 2017 -0400 (2017-10-28)
parents 50d80732aeb6
children 3cda55aed22c
line diff
     1.1 --- a/web-applications/receipt	Sun Oct 15 01:02:51 2017 +0200
     1.2 +++ b/web-applications/receipt	Sat Oct 28 02:35:58 2017 -0400
     1.3 @@ -14,5 +14,5 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/share
     1.6  	cp -a stuff/* $fs/usr/share
     1.7 -	cd $fs/usr/share/pixmaps ; find -size +4k -delete
     1.8 +	find $fs/usr/share/pixmaps -size +4k -delete
     1.9  }