From: Michael Tremer Date: Thu, 28 Jan 2010 12:53:53 +0000 (+0100) Subject: naoki: Allow definition of STAGE_INSTALL_CMDS. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590ac020c54353463d307f52c7a7bacf3c8bbcec;p=ipfire-3.x.git naoki: Allow definition of STAGE_INSTALL_CMDS. --- diff --git a/pkgs/Functions b/pkgs/Functions index 770679de8..bfdbb9009 100644 --- a/pkgs/Functions +++ b/pkgs/Functions @@ -83,4 +83,6 @@ endef define STAGE_INSTALL cd $(DIR_APP) && make install $(if $(TOOLCHAIN),,DESTDIR=$(BUILDROOT)) + + $(STAGE_INSTALL_CMDS) endef