wok-current diff httpfs-fuse/receipt @ rev 9027

httpfs-fuse: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 03 22:10:39 2011 +0100 (2011-03-03)
parents c6ccd6bc43b1
children 47623f40305b
line diff
     1.1 --- a/httpfs-fuse/receipt	Tue Feb 16 14:01:36 2010 +0000
     1.2 +++ b/httpfs-fuse/receipt	Thu Mar 03 22:10:39 2011 +0100
     1.3 @@ -24,12 +24,12 @@
     1.4  		esac
     1.5  	done
     1.6  	cd $src
     1.7 -	. ./make_httpfs
     1.8 +	. ./make_httpfs && cp httpfs $DESTDIR
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/bin
    1.15 -	cp -a $src/httpfs $fs/usr/bin
    1.16 +	cp -a $_pkg/httpfs $fs/usr/bin
    1.17  }