From 6ba16167c1cfcff838eaa6e29ff200e4c1431713 Mon Sep 17 00:00:00 2001 From: kyak Date: Sun, 29 May 2011 18:14:46 +0400 Subject: [PATCH] libncurses-dev: fix build --- libncurses-dev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libncurses-dev/Makefile b/libncurses-dev/Makefile index b4524a3..d32b44e 100644 --- a/libncurses-dev/Makefile +++ b/libncurses-dev/Makefile @@ -9,7 +9,7 @@ PKG_NAME:=libncurses-dev PKG_VERSION:=5.7 PKG_RELEASE:=1 -NCURSES_BUILD_DIR:=$(BUILD_DIR)/ncurses-$(PKG_VERSION) +NCURSES_BUILD_DIR:=$(BUILD_DIR)/libncurses/ncurses-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk