wok-6.x diff patch/receipt @ rev 7742
Up: leafpad to 0.8.18.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Dec 20 17:39:07 2010 +0000 (2010-12-20) |
parents | 44edb3ecc60c |
children | 86e8692df3d3 |
line diff
1.1 --- a/patch/receipt Thu May 06 02:17:04 2010 +0000 1.2 +++ b/patch/receipt Mon Dec 20 17:39:07 2010 +0000 1.3 @@ -15,15 +15,16 @@ 1.4 { 1.5 cd $src 1.6 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.7 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.8 - make 1.9 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.10 + make && 1.11 + make prefix=$PWD/_pkg install 1.12 } 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/bin 1.18 - cp -a $src/patch $fs/usr/bin 1.19 + cp -a $_pkg/bin/patch $fs/usr/bin 1.20 strip -s $fs/usr/bin/* 1.21 } 1.22