wok diff slitaz-boot-scripts/receipt @ rev 11681

Up: grep to 2.10. It depends on pcre.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 18 08:15:31 2012 -0500 (2012-02-18)
parents 5f09804913b2
children 0521bd35c5db
line diff
     1.1 --- a/slitaz-boot-scripts/receipt	Sat Dec 10 04:50:27 2011 +0100
     1.2 +++ b/slitaz-boot-scripts/receipt	Sat Feb 18 08:15:31 2012 -0500
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-boot-scripts"
     1.7 -VERSION="4.5"
     1.8 +VERSION="4.6"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Provide all the initialisation scripts used at boot time."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -21,12 +21,14 @@
    1.13  	mkdir -p $fs/usr/share $fs/etc/X11
    1.14  	cp -a $src/etc $fs
    1.15  	cp -a $src/bin $fs
    1.16 +	cp -a $src/init $fs
    1.17  	cp -a $src/applications $fs/usr/share
    1.18  
    1.19  	# Perms
    1.20  	chown -R root.root $fs
    1.21  	chmod 755 $fs/etc/init.d/*.sh
    1.22  	chmod 755 $fs/etc/init.d/rc*
    1.23 +	chmod 755 $fs/init
    1.24  }
    1.25  
    1.26  # Pre install commands.