wok-current 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 | 1f1bcb1b4a7b |
children | bc425cfdaa8a |
files | httpfs-fuse/receipt |
line diff
1.1 --- a/httpfs-fuse/receipt Thu Mar 03 22:08:34 2011 +0100 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 }