[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
This commit is contained in:
cshore 2011-03-29 12:31:23 +00:00
parent 1835f89200
commit 0f2e9f9028

View File

@ -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))