wok-next rev 19238
Do not (re)build httpfs-static (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 26 13:27:44 2016 +0200 (2016-06-26) |
parents | f44f973e1b42 |
children | d28f7450d429 |
files | httpfs-fuse/receipt |
line diff
1.1 --- a/httpfs-fuse/receipt Sun Jun 26 13:17:25 2016 +0200 1.2 +++ b/httpfs-fuse/receipt Sun Jun 26 13:27:44 2016 +0200 1.3 @@ -22,7 +22,7 @@ 1.4 mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/boot 1.5 # keep uclibc prebuilt. Glibc version is 10x bigger ! 1.6 if true; then 1.7 - cp -a static_uclibc/httpfs $DESTDIR/usr/share/boot/httpfs-static 1.8 + install -m 755 static_uclibc/httpfs $DESTDIR/usr/share/boot/httpfs-static 1.9 upx -d $DESTDIR/usr/share/boot/httpfs-static 1.10 else 1.11 sed 's/lpthread/& -ldl -lrt/' static_uclibc/make_httpfs | sh 1.12 @@ -32,6 +32,7 @@ 1.13 install -m 755 static_uclibc/fusermount $DESTDIR/usr/share/boot/fusermount-static 1.14 upx -d $DESTDIR/usr/share/boot/fusermount-static 1.15 chmod 4755 $DESTDIR/usr/share/boot/fusermount-static 1.16 + chmod 555 $DESTDIR/usr/share/boot/httpfs-static 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg.