]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
findutils: Fix "make install" command in toolchain.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Jan 2010 16:33:09 +0000 (17:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Jan 2010 16:33:09 +0000 (17:33 +0100)
findutils modified the host system.

pkgs/toolchain/findutils/findutils.nm

index 5a92e54fa67f9477b2b264c9f93d4ed48a51b0ca..7a1da2ecc87013c526e3efa299f0a33534d7dbc0 100644 (file)
@@ -16,3 +16,7 @@ endef
 #define STAGE_TEST
 #      cd $(DIR_APP) && make check
 #endef
+
+define STAGE_INSTALL
+       cd $(DIR_APP) && make install
+endef