ncurses: fix path to patch ncurses5-config

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Lionel Landwerlin 2010-04-30 02:42:08 +02:00 committed by Peter Korsgaard
parent 79832827f3
commit 3bb02f5ba5
1 changed files with 2 additions and 2 deletions

View File

@ -57,10 +57,10 @@ endef
define NCURSES_PATCH_NCURSES_CONFIG
$(SED) 's^prefix="^prefix="$(STAGING_DIR)^' \
$(STAGING_DIR)/bin/ncurses5-config
$(STAGING_DIR)/usr/bin/ncurses5-config
endef
NCURSES_POST_BUILD_HOOKS += NCURSES_PATCH_NCURSES_CONFIG
NCURSES_POST_STAGING_INSTALL_HOOKS += NCURSES_PATCH_NCURSES_CONFIG
ifeq ($(BR2_HAVE_DEVFILES),y)
define NCURSES_INSTALL_TARGET_DEVFILES