wok diff busybox/receipt @ rev 18125

Add xaos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 11 15:46:55 2015 +0200 (2015-06-11)
parents c85231500a1d
children d6fc3dbec1de
line diff
     1.1 --- a/busybox/receipt	Tue Apr 28 19:21:22 2015 +0200
     1.2 +++ b/busybox/receipt	Thu Jun 11 15:46:55 2015 +0200
     1.3 @@ -155,7 +155,7 @@
     1.4  	cp -a $stuff/www $fs/var
     1.5  
     1.6  	# Update copyright year
     1.7 -	grep -rl 'copy; 2' $fs/var/www -print0 | xargs -0 \
     1.8 +	grep -rl 'copy; 2' $fs/var/www | xargs \
     1.9  		sed -i "s/copy; [0-9]*/copy; $(date +%Y)/"
    1.10  }
    1.11