# HG changeset patch # User Aleksej Bobylev # Date 1430349071 -10800 # Node ID a7f90c449e1ba15afd555f2116be44f72d4f1947 # Parent 0a24a7b3631e29256776c8b09e6f6da1c8b3d00a slitaz-base-files: up (270) diff -r 0a24a7b3631e -r a7f90c449e1b slitaz-base-files/receipt --- a/slitaz-base-files/receipt Thu Apr 30 02:02:34 2015 +0300 +++ b/slitaz-base-files/receipt Thu Apr 30 02:11:11 2015 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-base-files" -VERSION="267" +VERSION="270" CATEGORY="base-system" SHORT_DESC="Linux tree and the necessary files for the base system." MAINTAINER="pankso@slitaz.org" @@ -58,7 +58,6 @@ $fs/usr/bin \ $fs/usr/games \ $fs/usr/lib \ - $fs/usr/local \ $fs/usr/sbin \ $fs/usr/share/doc \ $fs/var/cache \ @@ -86,7 +85,7 @@ # Populate /dev with $fs/sbin/mktazdevs.sh. $fs/sbin/mktazdevs.sh $fs/dev - # Creat /etc/mtab symlink. + # Create /etc/mtab symlink. cd $fs/etc ln -s /proc/mounts mtab @@ -124,11 +123,10 @@ if ! grep -q audio $root/etc/group; then chroot $root/ /bin/addgroup -g 20 audio fi - sed -i "s/copy; 20../copy; $(date +%Y)/" $root/var/www/index.html } pre_remove() { - # We can not remove this package ! + # We can not remove this package! exit 1 }