# HG changeset patch # User Pascal Bellard # Date 1299186639 -3600 # Node ID 69fad0d6b8b49b870434ebaca018789b999884a0 # Parent 1f1bcb1b4a7b28b7f9f8d57ec6f31bef25148ceb httpfs-fuse: fix genpkg_rules diff -r 1f1bcb1b4a7b -r 69fad0d6b8b4 httpfs-fuse/receipt --- a/httpfs-fuse/receipt Thu Mar 03 22:08:34 2011 +0100 +++ b/httpfs-fuse/receipt Thu Mar 03 22:10:39 2011 +0100 @@ -24,12 +24,12 @@ esac done cd $src - . ./make_httpfs + . ./make_httpfs && cp httpfs $DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $src/httpfs $fs/usr/bin + cp -a $_pkg/httpfs $fs/usr/bin }