[arch-commits] CVS update of arch/build/network/vconfig (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jul 30 19:39:13 UTC 2007


    Date: Monday, July 30, 2007 @ 15:39:13
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/network/vconfig

Modified: PKGBUILD (1.4 -> 1.5)

fixed #7711


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


Index: arch/build/network/vconfig/PKGBUILD
diff -u arch/build/network/vconfig/PKGBUILD:1.4 arch/build/network/vconfig/PKGBUILD:1.5
--- arch/build/network/vconfig/PKGBUILD:1.4	Tue May 16 16:11:42 2006
+++ arch/build/network/vconfig/PKGBUILD	Mon Jul 30 15:39:12 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.4 2006/05/16 20:11:42 uid1016 Exp $
+# $Id: PKGBUILD,v 1.5 2007/07/30 19:39:12 andyrtr Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=vconfig
 pkgver=1.9
-pkgrel=1
+pkgrel=1.1
 pkgdesc="VLAN configuration utility"
 arch=(i686 x86_64)
 url="http://www.candelatech.com/~greear/vlan.html"
@@ -12,6 +12,7 @@
 
 build() {
   cd $startdir/src/vlan
+  make clean
   make || return 1
   install -D -m755 vconfig $startdir/pkg/usr/sbin/vconfig
   install -D -m644 vconfig.8 $startdir/pkg/usr/man/man8/vconfig.8




More information about the arch-commits mailing list