wok-6.x diff httpfs-fuse/receipt @ rev 11028
Up: putty to 0.61.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 07:08:49 2011 +0000 (2011-10-16) |
parents | 69fad0d6b8b4 |
children | de49f29b101e |
line diff
1.1 --- a/httpfs-fuse/receipt Thu Mar 03 22:10:39 2011 +0100 1.2 +++ b/httpfs-fuse/receipt Sun Oct 16 07:08:49 2011 +0000 1.3 @@ -16,20 +16,16 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - mkdir $src 1.8 - for i in *; do 1.9 - case "$i" in 1.10 - receipt|process.log|taz|$(basename $src));; 1.11 - *) mv $i $src 1.12 - esac 1.13 - done 1.14 cd $src 1.15 - . ./make_httpfs && cp httpfs $DESTDIR 1.16 + mkdir -p $DESTDIR/usr/bin \ 1.17 + $DESTDIR/usr/share/boot 1.18 + . ./make_httpfs && cp -a httpfs $DESTDIR/usr/bin && 1.19 + cp -a static_uclibc/httpfs $DESTDIR/usr/share/boot/httpfs-static 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr/bin 1.26 - cp -a $_pkg/httpfs $fs/usr/bin 1.27 + mkdir -p $fs/usr 1.28 + cp -a $_pkg/usr/bin $fs/usr 1.29 }