]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Allow definition of STAGE_INSTALL_CMDS.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Jan 2010 12:53:53 +0000 (13:53 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Jan 2010 12:53:53 +0000 (13:53 +0100)
pkgs/Functions

index 770679de8d93e7b1f38dbb8bd4b6bcb181cb5023..bfdbb9009322b023d735a6d5a6086c3b21c27e6c 100644 (file)
@@ -83,4 +83,6 @@ endef
 
 define STAGE_INSTALL
        cd $(DIR_APP) && make install $(if $(TOOLCHAIN),,DESTDIR=$(BUILDROOT))
+
+       $(STAGE_INSTALL_CMDS)
 endef