# HG changeset patch # User Pascal Bellard # Date 1466940464 -7200 # Node ID 55f255b764b07953d8225247931a7fafba44eab6 # Parent f44f973e1b425c035a20146a066ff66f66fec3ac Do not (re)build httpfs-static (again) diff -r f44f973e1b42 -r 55f255b764b0 httpfs-fuse/receipt --- a/httpfs-fuse/receipt Sun Jun 26 13:17:25 2016 +0200 +++ b/httpfs-fuse/receipt Sun Jun 26 13:27:44 2016 +0200 @@ -22,7 +22,7 @@ mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/boot # keep uclibc prebuilt. Glibc version is 10x bigger ! if true; then - cp -a static_uclibc/httpfs $DESTDIR/usr/share/boot/httpfs-static + install -m 755 static_uclibc/httpfs $DESTDIR/usr/share/boot/httpfs-static upx -d $DESTDIR/usr/share/boot/httpfs-static else sed 's/lpthread/& -ldl -lrt/' static_uclibc/make_httpfs | sh @@ -32,6 +32,7 @@ install -m 755 static_uclibc/fusermount $DESTDIR/usr/share/boot/fusermount-static upx -d $DESTDIR/usr/share/boot/fusermount-static chmod 4755 $DESTDIR/usr/share/boot/fusermount-static + chmod 555 $DESTDIR/usr/share/boot/httpfs-static } # Rules to gen a SliTaz package suitable for Tazpkg.