wok-6.x diff freeradius/receipt @ rev 1621
busybox: mv script/vcsa2txt/id to /bin for script= arg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 21 08:52:25 2008 +0000 (2008-10-21) |
parents | 8dfc42034cf9 |
children | 7a6ae52b92fa |
line diff
1.1 --- a/freeradius/receipt Sat Aug 23 09:02:13 2008 +0000 1.2 +++ b/freeradius/receipt Tue Oct 21 08:52:25 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="freeradius" 1.7 -VERSION="2.0.5" 1.8 +VERSION="2.1.1" 1.9 CATEGORY="security" 1.10 SHORT_DESC="radius server" 1.11 MAINTAINER="Serge Daigle sdaigl@lacitec.on.ca" 1.12 @@ -22,8 +22,8 @@ 1.13 --sysconfdir=/etc \ 1.14 --localstatedir=/var \ 1.15 --with-system-libtool \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make R=$PWD/_pkg install 1.21 } 1.22