wok diff busybox/receipt @ rev 18006

busybox, qpdfview, slitaz-base-files: update copyright year
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 28 19:21:22 2015 +0200 (2015-04-28)
parents cae46182492e
children f24ab489e072
line diff
     1.1 --- a/busybox/receipt	Mon Mar 23 09:25:48 2015 +0100
     1.2 +++ b/busybox/receipt	Tue Apr 28 19:21:22 2015 +0200
     1.3 @@ -153,6 +153,10 @@
     1.4  	# Httpd stuff.
     1.5  	ln -s /usr/lib/slitaz/httphelper.sh $fs/usr/bin/httpd_helper.sh
     1.6  	cp -a $stuff/www $fs/var
     1.7 +
     1.8 +	# Update copyright year
     1.9 +	grep -rl 'copy; 2' $fs/var/www -print0 | xargs -0 \
    1.10 +		sed -i "s/copy; [0-9]*/copy; $(date +%Y)/"
    1.11  }
    1.12  
    1.13  # GNU utils stuff.