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

Ionut Biru ibiru at archlinux.org
Thu Jan 7 16:19:14 UTC 2010


    Date: Thursday, January 7, 2010 @ 11:19:14
  Author: ibiru
Revision: 62326

upgpkg: networkmanager 0.7.998-1
    change the way iptables path is set

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-07 15:50:47 UTC (rev 62325)
+++ PKGBUILD	2010-01-07 16:19:14 UTC (rev 62326)
@@ -26,12 +26,11 @@
 
 build() {
   cd "${srcdir}/NetworkManager-${pkgver}"
-  sed -e 's/"\/sbin\/iptables/"\/usr\/sbin\/iptables/g' -i src/nm-activation-request.c || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
       --with-distro=arch --localstatedir=/var \
       --libexecdir=/usr/lib/networkmanager \
       --disable-static --with-dhcp-client=dhcpcd \
-      --with-crypto=nss || return 1
+      --with-crypto=nss --with-iptables=/usr/sbin/iptables || return 1
 
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list