wok diff httpfs-fuse/receipt @ rev 20894
corrected WGET_URL in espeak recipe
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 26 13:36:27 2019 +0100 (2019-02-26) |
parents | f44f973e1b42 |
children | ba7cbdb5749c |
line diff
1.1 --- a/httpfs-fuse/receipt Sun Jun 26 13:17:25 2016 +0200 1.2 +++ b/httpfs-fuse/receipt Tue Feb 26 13:36:27 2019 +0100 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.