xterm should not be in /bin

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11464 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2008-06-13 22:45:39 +00:00
parent f65a378e1f
commit f282c2fc77
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -16,5 +16,5 @@ elif [ -x /usr/bin/matchbox-window-manager ]; then
fi
#starting shell
/bin/xterm
/usr/bin/xterm