[arch-commits] Commit in openvpn/trunk (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Fri Jul 11 17:40:47 UTC 2008


    Date: Friday, July 11, 2008 @ 13:40:47
  Author: thomas
Revision: 4871

upgpkg: openvpn 2.0.9-4
    enable --enable-password-save configure option

Modified:
  openvpn/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-11 17:36:59 UTC (rev 4870)
+++ PKGBUILD	2008-07-11 17:40:47 UTC (rev 4871)
@@ -3,7 +3,7 @@
 
 pkgname=openvpn
 pkgver=2.0.9
-pkgrel=3
+pkgrel=4
 pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)"
 arch=(i686 x86_64)
 url="http://openvpn.sourceforge.net/"
@@ -16,9 +16,9 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-password-save
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$startdir/pkg install || return 1
   mkdir -p $startdir/pkg/etc/openvpn
   cp -a sample-config-files $startdir/pkg/etc/openvpn/examples
   chmod 755 $startdir/pkg/etc/openvpn/examples





More information about the arch-commits mailing list