fixes files installed by xterm

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11341 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2008-06-03 20:29:05 +00:00
parent 0e20a96603
commit 02a5cec2ef

View File

@ -43,8 +43,9 @@ define Build/Compile
endef
define Package/xterm/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
$(INSTALL_DIR) $(1)/usr/
$(CP) $(PKG_INSTALL_DIR)/usr/bin $(1)/
$(CP) $(PKG_INSTALL_DIR)/usr/lib $(1)/
endef
$(eval $(call BuildPackage,xterm))