wok diff autoconf/receipt @ rev 9675

nano: clean-up receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 04 20:15:33 2011 +0200 (2011-05-04)
parents 1d56d7d2d17c
children b283b17be7a4
line diff
     1.1 --- a/autoconf/receipt	Sat Oct 09 17:56:22 2010 +0000
     1.2 +++ b/autoconf/receipt	Wed May 04 20:15:33 2011 +0200
     1.3 @@ -15,13 +15,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure \
     1.8 -		--prefix=/usr \
     1.9 -		--infodir=/usr/share/info \
    1.10 -		--mandir=/usr/share/man \
    1.11 -		$CONFIGURE_ARGS
    1.12 -	make
    1.13 -	make DESTDIR=$PWD/_pkg install
    1.14 +	./configure &&
    1.15 +	make &&
    1.16 +	make install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.