wok-next rev 19864
slitaz-base-files: fix typo; up slitaz-boot-scripts (443)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 12 02:09:10 2017 +0300 (2017-09-12) |
parents | e44a1a92452b |
children | ce7ad0072e9c |
files | slitaz-base-files/receipt slitaz-boot-scripts/receipt |
line diff
1.1 --- a/slitaz-base-files/receipt Tue Sep 12 01:34:11 2017 +0300 1.2 +++ b/slitaz-base-files/receipt Tue Sep 12 02:09:10 2017 +0300 1.3 @@ -38,7 +38,7 @@ 1.4 # $fs/sbin/mktazdevs.sh $fs/dev 1.5 1.6 # Update copyright year 1.7 - grep -rl 'copy; 2' $fs/var/www | xargs \ 1.8 + grep -rl 'copy; 2' $install/var/www | xargs \ 1.9 sed -i "s/copy; [0-9]*/copy; $(date +%Y)/" 1.10 1.11 # Set release
2.1 --- a/slitaz-boot-scripts/receipt Tue Sep 12 01:34:11 2017 +0300 2.2 +++ b/slitaz-boot-scripts/receipt Tue Sep 12 02:09:10 2017 +0300 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="slitaz-boot-scripts" 2.7 -VERSION="442" 2.8 +VERSION="443" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="Provide all the initialisation scripts used at boot time" 2.11 MAINTAINER="pankso@slitaz.org"