wok rev 18007

busybox, slitaz-base-files: update copyright year (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 28 20:32:14 2015 +0200 (2015-04-28)
parents c85231500a1d
children 0a24a7b3631e
files busybox/receipt slitaz-base-files/receipt
line diff
     1.1 --- a/busybox/receipt	Tue Apr 28 19:21:22 2015 +0200
     1.2 +++ b/busybox/receipt	Tue Apr 28 20:32:14 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  
     2.1 --- a/slitaz-base-files/receipt	Tue Apr 28 19:21:22 2015 +0200
     2.2 +++ b/slitaz-base-files/receipt	Tue Apr 28 20:32:14 2015 +0200
     2.3 @@ -95,7 +95,7 @@
     2.4  	ln -s httphelper.sh httphelper
     2.5  
     2.6  	# Update copyright year
     2.7 -	grep -rl 'copy; 2' $fs/var/www -print0 | xargs -0 \
     2.8 +	grep -rl 'copy; 2' $fs/var/www | xargs \
     2.9  		sed -i "s/copy; [0-9]*/copy; $(date +%Y)/"
    2.10  }
    2.11