wok-6.x rev 18009
slitaz-base-files: up (270)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 30 02:11:11 2015 +0300 (2015-04-30) |
parents | 0a24a7b3631e |
children | bb54721a80ac |
files | slitaz-base-files/receipt |
line diff
1.1 --- a/slitaz-base-files/receipt Thu Apr 30 02:02:34 2015 +0300 1.2 +++ b/slitaz-base-files/receipt Thu Apr 30 02:11:11 2015 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-base-files" 1.7 -VERSION="267" 1.8 +VERSION="270" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Linux tree and the necessary files for the base system." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -58,7 +58,6 @@ 1.13 $fs/usr/bin \ 1.14 $fs/usr/games \ 1.15 $fs/usr/lib \ 1.16 - $fs/usr/local \ 1.17 $fs/usr/sbin \ 1.18 $fs/usr/share/doc \ 1.19 $fs/var/cache \ 1.20 @@ -86,7 +85,7 @@ 1.21 # Populate /dev with $fs/sbin/mktazdevs.sh. 1.22 $fs/sbin/mktazdevs.sh $fs/dev 1.23 1.24 - # Creat /etc/mtab symlink. 1.25 + # Create /etc/mtab symlink. 1.26 cd $fs/etc 1.27 ln -s /proc/mounts mtab 1.28 1.29 @@ -124,11 +123,10 @@ 1.30 if ! grep -q audio $root/etc/group; then 1.31 chroot $root/ /bin/addgroup -g 20 audio 1.32 fi 1.33 - sed -i "s/copy; 20../copy; $(date +%Y)/" $root/var/www/index.html 1.34 } 1.35 1.36 pre_remove() 1.37 { 1.38 - # We can not remove this package ! 1.39 + # We can not remove this package! 1.40 exit 1 1.41 }