From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:45 +0000 (+0200) Subject: bridge-utils: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f5362aedccd539b214c5d97344a41c6e315fc6;p=ipfire-3.x.git bridge-utils: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/bridge-utils/bridge-utils.nm b/pkgs/core/bridge-utils/bridge-utils.nm index 4ec5d37fc..3f3476401 100644 --- a/pkgs/core/bridge-utils/bridge-utils.nm +++ b/pkgs/core/bridge-utils/bridge-utils.nm @@ -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