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:
@ -43,8 +43,9 @@ define Build/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/xterm/install
|
define Package/xterm/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/
|
||||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
|
$(CP) $(PKG_INSTALL_DIR)/usr/bin $(1)/
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib $(1)/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,xterm))
|
$(eval $(call BuildPackage,xterm))
|
||||||
|
Reference in New Issue
Block a user