wok diff httpfs-fuse-static/receipt @ rev 5074

get-flash-plugin: re-export firefox libs if not found
author Rohit Joshi <jozee@slitaz.org>
date Fri Mar 12 11:43:55 2010 +0000 (2010-03-12)
parents 7a2bd7d921a1
children 47623f40305b
line diff
     1.1 --- a/httpfs-fuse-static/receipt	Fri Mar 12 13:48:50 2010 +0100
     1.2 +++ b/httpfs-fuse-static/receipt	Fri Mar 12 11:43:55 2010 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/bin
     1.8 +	mkdir -p $fs/usr/share/boot
     1.9  	cp -a $WOK/$WANTED/httpfs_with_static_binaries-$VERSION/static_uclibc/httpfs \
    1.10 -                 $fs/usr/bin/httpfs-static
    1.11 +                 $fs/usr/share/boot/httpfs-static
    1.12  }