# HG changeset patch # User Pascal Bellard # Date 1430245934 -7200 # Node ID f24ab489e072e080e7fa001dc570e724106caa8f # Parent c85231500a1dbf7b127e43318e53bcdcefdb5d44 busybox, slitaz-base-files: update copyright year (again) diff -r c85231500a1d -r f24ab489e072 busybox/receipt --- a/busybox/receipt Tue Apr 28 19:21:22 2015 +0200 +++ b/busybox/receipt Tue Apr 28 20:32:14 2015 +0200 @@ -155,7 +155,7 @@ cp -a $stuff/www $fs/var # Update copyright year - grep -rl 'copy; 2' $fs/var/www -print0 | xargs -0 \ + grep -rl 'copy; 2' $fs/var/www | xargs \ sed -i "s/copy; [0-9]*/copy; $(date +%Y)/" } diff -r c85231500a1d -r f24ab489e072 slitaz-base-files/receipt --- a/slitaz-base-files/receipt Tue Apr 28 19:21:22 2015 +0200 +++ b/slitaz-base-files/receipt Tue Apr 28 20:32:14 2015 +0200 @@ -95,7 +95,7 @@ ln -s httphelper.sh httphelper # Update copyright year - grep -rl 'copy; 2' $fs/var/www -print0 | xargs -0 \ + grep -rl 'copy; 2' $fs/var/www | xargs \ sed -i "s/copy; [0-9]*/copy; $(date +%Y)/" }