wok diff yaws/receipt @ rev 9404
Up: slitaz-mercurial-style to 1.0.7. You didn't tag. Also no need for high jumps since it will make everything else 2.0.x for linearer versioning.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Mar 27 18:50:59 2011 +0000 (2011-03-27) |
parents | bec18999886e |
children | 67f9f7889c21 |
line diff
1.1 --- a/yaws/receipt Wed Feb 24 12:40:28 2010 +0000 1.2 +++ b/yaws/receipt Sun Mar 27 18:50:59 2011 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + cd $src/yaws 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --localstatedir=/var \ 1.12 @@ -23,7 +23,7 @@ 1.13 --infodir=/usr/share/info \ 1.14 --mandir=/usr/share/man \ 1.15 $CONFIGURE_ARGS && 1.16 - make && make DESTDIR=$PWD/_pkg install 1.17 + make && make DESTDIR=$PWD/../_pkg install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.