From 0f2e9f9028cfbf6ba7adc992e88956424a80cf81 Mon Sep 17 00:00:00 2001 From: cshore Date: Tue, 29 Mar 2011 12:31:23 +0000 Subject: [PATCH] [libs] newt: Fixed whiptail install so that it takes the files from the package build dir, not the non-existant package install dir git-svn-id: svn://svn.openwrt.org/openwrt/packages@26357 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/newt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/newt/Makefile b/libs/newt/Makefile index 75fdb145b..858c6e229 100644 --- a/libs/newt/Makefile +++ b/libs/newt/Makefile @@ -66,7 +66,7 @@ endef define Package/whiptail/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/whiptail $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/whiptail $(1)/usr/bin/ endef $(eval $(call BuildPackage,libnewt)) -- 2.11.0