wok diff ppp/receipt @ rev 4677

Up: intltool (0.40.6)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 30 10:26:31 2009 +0100 (2009-12-30)
parents 942d5b5c8ec1
children b315a2103f94
line diff
     1.1 --- a/ppp/receipt	Mon Jun 23 20:33:44 2008 +0000
     1.2 +++ b/ppp/receipt	Wed Dec 30 10:26:31 2009 +0100
     1.3 @@ -8,14 +8,15 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://ppp.samba.org/"
     1.6  WGET_URL="ftp://ftp.samba.org/pub/ppp/$TARBALL"
     1.7 +CONFIG_FILES="/etc/ppp"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12  	cd $src
    1.13  	./configure --prefix=/usr --mandir=/usr/share/man \
    1.14 -	$CONFIGURE_ARGS
    1.15 -	make
    1.16 +	$CONFIGURE_ARGS &&
    1.17 +	make &&
    1.18  	make DESTDIR=$PWD/_pkg/usr install
    1.19  }
    1.20