wok-current rev 17522
slitaz-base-files: 2015
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 17 12:15:34 2015 +0100 (2015-01-17) |
parents | dfa8d15648ab |
children | 76e221d68d93 |
files | slitaz-base-files/receipt |
line diff
1.1 --- a/slitaz-base-files/receipt Sat Jan 17 12:02:13 2015 +0100 1.2 +++ b/slitaz-base-files/receipt Sat Jan 17 12:15:34 2015 +0100 1.3 @@ -120,6 +120,7 @@ 1.4 if ! grep -q audio $root/etc/group; then 1.5 chroot $root/ /bin/addgroup -g 20 audio 1.6 fi 1.7 + sed -i "s/copy; 20../copy; $(date +%Y)/" $root/var/www/index.html 1.8 } 1.9 1.10 pre_remove()