wok diff freetype1/receipt @ rev 20120

Up tazpkg (953)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 11:01:32 2017 +0200 (2017-10-14)
parents 7bb096863642
children a78610b2eb47
line diff
     1.1 --- a/freetype1/receipt	Sat Sep 14 17:06:00 2013 +0000
     1.2 +++ b/freetype1/receipt	Sat Oct 14 11:01:32 2017 +0200
     1.3 @@ -20,11 +20,11 @@
     1.4  
     1.5  	cd $src
     1.6  	./configure \
     1.7 -		--sysconfdir=$PWD/_pkg/etc \
     1.8 -		--prefix=$PWD/_pkg/usr \
     1.9 -		--mandir=$PWD/_pkg/usr/share/man \
    1.10 -		--includedir=$PWD/_pkg/usr/include \
    1.11 -		--libdir=$PWD/_pkg/usr/lib \
    1.12 +		--sysconfdir=$DESTDIR/etc \
    1.13 +		--prefix=$DESTDIR/usr \
    1.14 +		--mandir=$DESTDIR/usr/share/man \
    1.15 +		--includedir=$DESTDIR/usr/include \
    1.16 +		--libdir=$DESTDIR/usr/lib \
    1.17  		--with-x --enable-gif \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	make ttlib ttpo || return 1