From: John Crispin Date: Fri, 13 Jun 2008 22:45:39 +0000 (+0000) Subject: xterm should not be in /bin X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a475a187000f78e168248485cfabfb47b998c512;p=openwrt%2Fsvn-archive%2Farchive.git xterm should not be in /bin SVN-Revision: 11464 --- diff --git a/XOrg/app/xterm-233/Makefile b/XOrg/app/xterm-233/Makefile index bff83af571..356e3e2204 100644 --- a/XOrg/app/xterm-233/Makefile +++ b/XOrg/app/xterm-233/Makefile @@ -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)) diff --git a/XOrg/meta/xorg-server-essentials/files/xinitrc b/XOrg/meta/xorg-server-essentials/files/xinitrc index 946bed321e..dfc0c323a2 100644 --- a/XOrg/meta/xorg-server-essentials/files/xinitrc +++ b/XOrg/meta/xorg-server-essentials/files/xinitrc @@ -16,5 +16,5 @@ elif [ -x /usr/bin/matchbox-window-manager ]; then fi #starting shell -/bin/xterm +/usr/bin/xterm