wok diff yaws/receipt @ rev 9874

slitaz-boot-script: fix path for bootlof script
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 16 23:45:00 2011 +0200 (2011-05-16)
parents bec18999886e
children 67f9f7889c21
line diff
     1.1 --- a/yaws/receipt	Wed Feb 24 12:40:28 2010 +0000
     1.2 +++ b/yaws/receipt	Mon May 16 23:45:00 2011 +0200
     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.