From dcec8425e782d4f7af7897a33d2b1e8f19febb76 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Tue, 29 Mar 2011 12:31:23 +0000 Subject: [PATCH] newt: Fixed whiptail install so that it takes the files from the package build dir, not the non-existant package install dir SVN-Revision: 26357 --- 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.30.2