wok diff httpfs-fuse/receipt @ rev 19232

httpfs-fuse: add status 301 supprot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 25 11:48:21 2016 +0200 (2016-06-25)
parents de49f29b101e
children 21f4cf58cc83
line diff
     1.1 --- a/httpfs-fuse/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/httpfs-fuse/receipt	Sat Jun 25 11:48:21 2016 +0200
     1.3 @@ -18,9 +18,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 -	mkdir -p $DESTDIR/usr/bin \
     1.9 -		$DESTDIR/usr/share/boot
    1.10 +	patch -p0 < $stuff/httpfs.u
    1.11 +	mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/boot
    1.12  	. ./make_httpfs && cp -a httpfs $DESTDIR/usr/bin &&
    1.13  	cp -a static_uclibc/httpfs $DESTDIR/usr/share/boot/httpfs-static
    1.14  }