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

daniel at archlinux.org daniel at archlinux.org
Tue Jul 21 15:23:44 UTC 2009


    Date: Tuesday, July 21, 2009 @ 11:23:44
  Author: daniel
Revision: 46904

upgpkg: dhclient 3.1.2p1-3
    new pkgrel which fixes new file conflicts

Modified:
  dhclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-21 06:36:55 UTC (rev 46903)
+++ PKGBUILD	2009-07-21 15:23:44 UTC (rev 46904)
@@ -3,7 +3,7 @@
 # Contributor: Mirko Messer <mirk at chao.ch>
 pkgname=dhclient 
 pkgver=3.1.2p1
-pkgrel=2
+pkgrel=3
 pkgdesc="dhclient is standalone client from the dhcp package"
 arch=(i686 x86_64)
 url="http://www.isc.org/index.pl?/sw/dhcp/"
@@ -38,6 +38,9 @@
   #not needed after fresh install
   rm -f ${pkgdir}/var/lib/dhclient/dhcpd.leases
   #deleting file conflicts to dhcpd
-  rm -rf ${pkgdir}/usr/include
-  rm -rf ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/{include,lib}
+  rm -rf ${pkgdir}/usr/share/man/man3
+  rm -rf ${pkgdir}/usr/share/man/man5/dhcp-eval.5
+  rm -rf ${pkgdir}/usr/share/man/man5/dhcp-options.5
+
 }




More information about the arch-commits mailing list