wok-6.x rev 17832
Up: slitaz-boot-scripts (5.7)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Mar 23 02:04:52 2015 +0200 (2015-03-23) |
parents | 9195722c7878 |
children | 509885352232 |
files | slitaz-boot-scripts/receipt |
line diff
1.1 --- a/slitaz-boot-scripts/receipt Mon Mar 23 00:37:51 2015 +0100 1.2 +++ b/slitaz-boot-scripts/receipt Mon Mar 23 02:04:52 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-boot-scripts" 1.7 -VERSION="5.6.7" 1.8 +VERSION="5.7" 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 @@ -12,7 +12,7 @@ 1.13 HOST_ARCH="i486 arm" 1.14 1.15 CONFIG_FILES=" 1.16 -/etc/inittab 1.17 +/etc/inittab 1.18 /etc/init.d/local.sh 1.19 /etc/rcS.conf 1.20 /etc/network.conf" 1.21 @@ -28,17 +28,15 @@ 1.22 # 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr/share 1.26 cp -a $src/etc $fs 1.27 - cp -a $src/bin $fs/usr 1.28 + cp -a $src/usr $fs 1.29 cp -a $src/init $fs 1.30 - cp -a $src/applications $fs/usr/share 1.31 1.32 chown -R root.root $fs 1.33 chmod 755 $fs/etc/init.d/*.sh 1.34 chmod 755 $fs/etc/init.d/rc* 1.35 chmod 755 $fs/init 1.36 - 1.37 + 1.38 case "$ARCH" in 1.39 arm*) 1.40 # Provided by slitaz-arm-configs