wok rev 9005
yaws: fix source path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 03 17:56:34 2011 +0100 (2011-03-03) |
parents | c94be6079e87 |
children | 2e8f3eae1df8 |
files | yaws/receipt |
line diff
1.1 --- a/yaws/receipt Thu Mar 03 11:52:25 2011 +0000 1.2 +++ b/yaws/receipt Thu Mar 03 17:56:34 2011 +0100 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.