From: blogic Date: Tue, 3 Jun 2008 20:29:05 +0000 (+0000) Subject: fixes files installed by xterm X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=02a5cec2eff3eeafec7d6cdd82c85dea57dc327d;p=packages.git fixes files installed by xterm git-svn-id: svn://svn.openwrt.org/openwrt/packages@11341 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/XOrg/app/xterm-233/Makefile b/XOrg/app/xterm-233/Makefile index 7c043cbb1..bff83af57 100644 --- a/XOrg/app/xterm-233/Makefile +++ b/XOrg/app/xterm-233/Makefile @@ -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))