]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dhcp: Remove unuseable header files.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Oct 2010 11:37:20 +0000 (13:37 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Oct 2010 11:37:20 +0000 (13:37 +0200)
pkgs/core/dhcp/dhcp.nm

index 008c9ad657276add1265a51a2f45b1eba7e0cb80..e575b331ad4541bf68f735d25554e4fa09f33e38 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = dhcp
 PKG_VER        = 4.1.1
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = Networking/Daemons
@@ -63,4 +63,8 @@ define STAGE_INSTALL_CMDS
        install -v -m 755 $(DIR_SOURCE)/dhclient-script \
                $(BUILDROOT)/sbin/dhclient-script
        -mkdir -pv $(BUILDROOT)/var/lib/dhclient
+
+       # Remove header files.
+       # There is nothing that makes use out of them.
+       rm -rfv $(BUILDROOT)/usr/include
 endef