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:
parent
f65a378e1f
commit
f282c2fc77
@ -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))
|
||||
|
@ -16,5 +16,5 @@ elif [ -x /usr/bin/matchbox-window-manager ]; then
|
||||
fi
|
||||
|
||||
#starting shell
|
||||
/bin/xterm
|
||||
/usr/bin/xterm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user