[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:
parent
1835f89200
commit
0f2e9f9028
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user