# HG changeset patch # User Aleksej Bobylev # Date 1427069092 -7200 # Node ID 5356d06e9b27be3d7d33da0916a90cf449ceecb6 # Parent 9195722c78789b1325f74f60f5ac2fe8c512fecf Up: slitaz-boot-scripts (5.7) diff -r 9195722c7878 -r 5356d06e9b27 slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Mon Mar 23 00:37:51 2015 +0100 +++ b/slitaz-boot-scripts/receipt Mon Mar 23 02:04:52 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-boot-scripts" -VERSION="5.6.7" +VERSION="5.7" CATEGORY="base-system" SHORT_DESC="Provide all the initialisation scripts used at boot time." MAINTAINER="pankso@slitaz.org" @@ -12,7 +12,7 @@ HOST_ARCH="i486 arm" CONFIG_FILES=" -/etc/inittab +/etc/inittab /etc/init.d/local.sh /etc/rcS.conf /etc/network.conf" @@ -28,17 +28,15 @@ # genpkg_rules() { - mkdir -p $fs/usr/share cp -a $src/etc $fs - cp -a $src/bin $fs/usr + cp -a $src/usr $fs cp -a $src/init $fs - cp -a $src/applications $fs/usr/share chown -R root.root $fs chmod 755 $fs/etc/init.d/*.sh chmod 755 $fs/etc/init.d/rc* chmod 755 $fs/init - + case "$ARCH" in arm*) # Provided by slitaz-arm-configs