From: cshore Date: Tue, 29 Mar 2011 12:31:23 +0000 (+0000) Subject: [libs] newt: Fixed whiptail install so that it takes the files from the package build... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0f2e9f9028cfbf6ba7adc992e88956424a80cf81;p=packages.git [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 --- 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))