[libs] newt: Fixed whiptail install so that it takes the files from the package build...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 Mar 2011 12:31:23 +0000 (12:31 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 Mar 2011 12:31:23 +0000 (12:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26357 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/newt/Makefile

index 75fdb14..858c6e2 100644 (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))