wok rev 5068

move static binaries in /usr/share/boot to avoid tazwok strip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 12 17:24:19 2010 +0100 (2010-03-12)
parents 7a2bd7d921a1
children 5e3273070c54
files busybox-static/receipt busybox/stuff/busybox-1.12.0-zmodules.u httpfs-fuse-static/receipt
line diff
     1.1 --- a/busybox-static/receipt	Fri Mar 12 13:48:50 2010 +0100
     1.2 +++ b/busybox-static/receipt	Fri Mar 12 17:24:19 2010 +0100
     1.3 @@ -54,6 +54,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -    mkdir $fs/bin
     1.8 -    cp -a $src/_install/bin/busybox $fs/bin/busybox-static
     1.9 +    mkdir $fs/usr/share/boot
    1.10 +    cp -a $src/_install/bin/busybox $fs/usr/share/boot/busybox-static
    1.11  }
     2.1 --- a/busybox/stuff/busybox-1.12.0-zmodules.u	Fri Mar 12 13:48:50 2010 +0100
     2.2 +++ b/busybox/stuff/busybox-1.12.0-zmodules.u	Fri Mar 12 17:24:19 2010 +0100
     2.3 @@ -111,7 +111,7 @@
     2.4   #if !ENABLE_FEATURE_2_4_MODULES
     2.5   int insmod_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
     2.6   int insmod_main(int argc UNUSED_PARAM, char **argv)
     2.7 -@@ -4276,8 +4319,7 @@ static int insmod_ng_main(int argc UNUSE
     2.8 +@@ -4264,8 +4319,7 @@ static int insmod_ng_main(int argc UNUSE
     2.9   		xread(fd, map, len);
    2.10   	}
    2.11   #else
     3.1 --- a/httpfs-fuse-static/receipt	Fri Mar 12 13:48:50 2010 +0100
     3.2 +++ b/httpfs-fuse-static/receipt	Fri Mar 12 17:24:19 2010 +0100
     3.3 @@ -13,7 +13,7 @@
     3.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.5  genpkg_rules()
     3.6  {
     3.7 -	mkdir -p $fs/usr/bin
     3.8 +	mkdir -p $fs/usr/share/boot
     3.9  	cp -a $WOK/$WANTED/httpfs_with_static_binaries-$VERSION/static_uclibc/httpfs \
    3.10 -                 $fs/usr/bin/httpfs-static
    3.11 +                 $fs/usr/share/boot/httpfs-static
    3.12  }