ncurses: get the post staging installation hook called properly
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 26 Jul 2012 07:20:24 +0000 (09:20 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 26 Jul 2012 17:52:09 +0000 (19:52 +0200)
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 <thomas.petazzoni@free-electrons.com>
package/ncurses/ncurses.mk

index 421d85522edb33486aa72756562410860dc32d64..72a8030436da00dd7693e8e7845d8d2c487c72b4 100644 (file)
@@ -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