wok diff flac/receipt @ rev 10717

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents 9f19aee613be
children fcdd50638150
line diff
     1.1 --- a/flac/receipt	Sun Feb 28 15:33:01 2010 +0100
     1.2 +++ b/flac/receipt	Sat May 28 23:23:13 2011 +0200
     1.3 @@ -16,14 +16,14 @@
     1.4  compile_rules()
     1.5  {
     1.6  	# gcc4 fix: http://bugs.gentoo.org/199579
     1.7 -	busybox patch -p0 -i stuff/flac-1.2.1_gcc4.u
     1.8 +	busybox patch -p0 -i $stuff/flac-1.2.1_gcc4.u
     1.9  	cd $src
    1.10  	./configure \
    1.11  		--prefix=/usr \
    1.12  		--mandir=/usr/share/man \
    1.13  		$CONFIGURE_ARGS &&
    1.14  	make &&
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.