# HG changeset patch # User Pascal Bellard # Date 1299171394 -3600 # Node ID 6544a3b305935c7a3ed36897d7f7e913eb31d4d5 # Parent c94be6079e87ca0d9ab46e511ee1f583514a88c2 yaws: fix source path diff -r c94be6079e87 -r 6544a3b30593 yaws/receipt --- a/yaws/receipt Thu Mar 03 11:52:25 2011 +0000 +++ b/yaws/receipt Thu Mar 03 17:56:34 2011 +0100 @@ -15,7 +15,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + cd $src/yaws ./configure \ --prefix=/usr \ --localstatedir=/var \ @@ -23,7 +23,7 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$PWD/../_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.