From: Thomas Petazzoni Date: Thu, 26 Jul 2012 07:20:24 +0000 (+0200) Subject: ncurses: get the post staging installation hook called properly X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0018ec74bda9987f4f8ee56dd8e888d4009eb585;p=buildroot.git ncurses: get the post staging installation hook called properly There was a typo in the name of the variable to register the hook, which prevent the hook from actually being called. Signed-off-by: Thomas Petazzoni --- diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk index 421d85522e..72a8030436 100644 --- a/package/ncurses/ncurses.mk +++ b/package/ncurses/ncurses.mk @@ -57,7 +57,7 @@ define NCURSES_PATCH_NCURSES_CONFIG $(STAGING_DIR)/usr/bin/ncurses5-config endef -NCURSES_POST_STAGING_INSTALL_HOOKS += NCURSES_PATCH_NCURSES_CONFIG +NCURSES_POST_INSTALL_STAGING_HOOKS += NCURSES_PATCH_NCURSES_CONFIG ifeq ($(BR2_HAVE_DEVFILES),y) define NCURSES_INSTALL_TARGET_DEVFILES