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 <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2012-07-26 09:20:24 +02:00
parent fd08153b9d
commit 0018ec74bd
1 changed files with 1 additions and 1 deletions

View 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