wok diff gnome-ppp/receipt @ rev 12191
Add pwauth (use system passwd to auth user, maybe used in our CGI tools)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 26 01:27:26 2012 +0200 (2012-03-26) |
parents | 2f79d601d5bc |
children | 1ae5963f23df |
line diff
1.1 --- a/gnome-ppp/receipt Thu Nov 03 17:16:52 2011 +0100 1.2 +++ b/gnome-ppp/receipt Mon Mar 26 01:27:26 2012 +0200 1.3 @@ -15,8 +15,8 @@ 1.4 # Rules to configure and make the package. 1.5 1.6 compile_rules() { 1.7 - cd $src 1.8 - ./configure --prefix=/usr && 1.9 + cd $src 1.10 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.11 make && 1.12 make DESTDIR=$PWD/_pkg install 1.13 } 1.14 @@ -27,5 +27,5 @@ 1.15 mkdir -p $fs/usr/share 1.16 cp -a $_pkg/usr/bin $fs/usr 1.17 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 1.18 - cp -a $_pkg/usr/share/icons $fs/usr/share 1.19 + cp -a $_pkg/usr/share/icons $fs/usr/share 1.20 }