From: Michael Tremer Date: Mon, 11 Jan 2010 16:33:09 +0000 (+0100) Subject: findutils: Fix "make install" command in toolchain. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3d26ab832e7196bfd2378f1422d058ed233ac3;p=ipfire-3.x.git findutils: Fix "make install" command in toolchain. findutils modified the host system. --- diff --git a/pkgs/toolchain/findutils/findutils.nm b/pkgs/toolchain/findutils/findutils.nm index 5a92e54fa..7a1da2ecc 100644 --- a/pkgs/toolchain/findutils/findutils.nm +++ b/pkgs/toolchain/findutils/findutils.nm @@ -16,3 +16,7 @@ endef #define STAGE_TEST # cd $(DIR_APP) && make check #endef + +define STAGE_INSTALL + cd $(DIR_APP) && make install +endef