]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
bridge-utils: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:45 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:45 +0000 (13:08 +0200)
pkgs/core/bridge-utils/bridge-utils.nm

index 4ec5d37fca6d68474e8c08959effeefe3dc93e9a..3f3476401b54b99d90c827437e60b71b4be70e7d 100644 (file)
@@ -52,3 +52,7 @@ CONFIGURE_OPTIONS += \
 define STAGE_PREPARE_CMDS
        cd $(DIR_APP) && autoconf
 endef
+
+define STAGE_INSTALL_CMDS
+       rm -rvf $(BUILDROOT)/usr/include
+endef