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

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents 81e8704dacde
children de49f29b101e
line diff
     1.1 --- a/httpfs-fuse-static/receipt	Fri Mar 12 17:24:19 2010 +0100
     1.2 +++ b/httpfs-fuse-static/receipt	Sat Aug 03 17:37:48 2013 +0300
     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/share/boot
     1.8 -	cp -a $WOK/$WANTED/httpfs_with_static_binaries-$VERSION/static_uclibc/httpfs \
     1.9 -                 $fs/usr/share/boot/httpfs-static
    1.10 +	mkdir -p $fs/usr
    1.11 +	cp -a $WOK/$WANTED/install/usr/share \
    1.12 +                 $fs/usr
    1.13  }