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:
parent
0e20a96603
commit
02a5cec2ef
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user