# HG changeset patch # User Pascal Bellard # Date 1268411059 -3600 # Node ID 81e8704dacde0d44121ee42811cd2d74afffa526 # Parent 7a2bd7d921a10c1299b41f3799679dc0049a2a10 move static binaries in /usr/share/boot to avoid tazwok strip diff -r 7a2bd7d921a1 -r 81e8704dacde busybox-static/receipt --- a/busybox-static/receipt Fri Mar 12 13:48:50 2010 +0100 +++ b/busybox-static/receipt Fri Mar 12 17:24:19 2010 +0100 @@ -54,6 +54,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir $fs/bin - cp -a $src/_install/bin/busybox $fs/bin/busybox-static + mkdir $fs/usr/share/boot + cp -a $src/_install/bin/busybox $fs/usr/share/boot/busybox-static } diff -r 7a2bd7d921a1 -r 81e8704dacde busybox/stuff/busybox-1.12.0-zmodules.u --- a/busybox/stuff/busybox-1.12.0-zmodules.u Fri Mar 12 13:48:50 2010 +0100 +++ b/busybox/stuff/busybox-1.12.0-zmodules.u Fri Mar 12 17:24:19 2010 +0100 @@ -111,7 +111,7 @@ #if !ENABLE_FEATURE_2_4_MODULES int insmod_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int insmod_main(int argc UNUSED_PARAM, char **argv) -@@ -4276,8 +4319,7 @@ static int insmod_ng_main(int argc UNUSE +@@ -4264,8 +4319,7 @@ static int insmod_ng_main(int argc UNUSE xread(fd, map, len); } #else diff -r 7a2bd7d921a1 -r 81e8704dacde httpfs-fuse-static/receipt --- a/httpfs-fuse-static/receipt Fri Mar 12 13:48:50 2010 +0100 +++ b/httpfs-fuse-static/receipt Fri Mar 12 17:24:19 2010 +0100 @@ -13,7 +13,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin + mkdir -p $fs/usr/share/boot cp -a $WOK/$WANTED/httpfs_with_static_binaries-$VERSION/static_uclibc/httpfs \ - $fs/usr/bin/httpfs-static + $fs/usr/share/boot/httpfs-static }