wok rev 401

Up: slitaz-tools (1.9.3) one more time...
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 10 20:45:56 2008 +0100 (2008-03-10)
parents fd243e54bdc6
children dcf28c994a16
files slitaz-tools/receipt
line diff
     1.1 --- a/slitaz-tools/receipt	Mon Mar 10 19:00:14 2008 +0100
     1.2 +++ b/slitaz-tools/receipt	Mon Mar 10 20:45:56 2008 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-tools"
     1.7 -VERSION="1.9.2"
     1.8 +VERSION="1.9.3"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="SliTaz tools provide installer and Tinyutils."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -53,10 +53,6 @@
    1.13  	cp -a $src/tinyutils/slitaz-installer.sh $fs/usr/bin
    1.14  	cp -a $src/installer/slitaz-installer $fs/usr/bin
    1.15  	
    1.16 -	chown -R root.root $fs
    1.17 -	chmod -R 755 $fs/usr/bin
    1.18 -	chmod -R 755 $fs/sbin
    1.19 -
    1.20  	# Tools doc in /usr/share/doc/slitaz-tools
    1.21  	# Cooking info in /usr/share/doc/slitaz with style and images.
    1.22  	#
    1.23 @@ -65,13 +61,8 @@
    1.24  	cp -a $src/doc/images $fs/usr/share/doc/slitaz
    1.25  	cp $src/doc/style.css $fs/usr/share/doc/slitaz
    1.26  	cp $src/doc/cooking-info.html $fs/usr/share/doc/slitaz
    1.27 +	
    1.28 +	chown -R root.root $fs
    1.29 +	chmod -R 755 $fs/usr/bin
    1.30 +	chmod -R 755 $fs/sbin
    1.31  }
    1.32 -
    1.33 -# Remove obsolet file installed with slitaz-tools-1.3
    1.34 -pre_install()
    1.35 -{
    1.36 -	local root
    1.37 -	root=$1
    1.38 -	rm -rf $root/etc/slitaz-tools
    1.39 -	rm -rf $root/usr/share/doc/slitaz-tools
    1.40 -}