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

Florian Pritz bluewind at archlinux.org
Tue Jul 3 14:55:09 UTC 2012


    Date: Tuesday, July 3, 2012 @ 10:55:09
  Author: bluewind
Revision: 162903

upgpkg: netcfg 2.8.5-3

fix location of patch cmd

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-03 14:24:00 UTC (rev 162902)
+++ PKGBUILD	2012-07-03 14:55:09 UTC (rev 162903)
@@ -2,7 +2,7 @@
 
 pkgname=netcfg
 pkgver=2.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Network configuration and profile scripts"
 url="http://archlinux.org/netcfg/"
 license=("BSD")
@@ -23,9 +23,11 @@
 
 package() {
   cd "$srcdir/netcfg-${pkgver}"
+
+  patch -p1 -i "$srcdir/git-fixes.patch"
+
   make DESTDIR="$pkgdir" install
   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/netcfg/LICENSE"
-  patch -p1 -i "$srcdir/git-fixes.patch"
 
   # Shell Completion
   install -D -m644 contrib/bash-completion "$pkgdir/usr/share/bash-completion/completions/netcfg"




More information about the arch-commits mailing list