wok-current diff ppp/receipt @ rev 4186
slitaz-loram*: pre_install may hang with gnu patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 23 09:18:25 2009 +0200 (2009-09-23) |
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 Sep 23 09:18:25 2009 +0200 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