Fix binutils ipkg generation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9701 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f1b72334ae
commit
84362cd4c7
@ -53,7 +53,7 @@ endef
|
|||||||
|
|
||||||
define Package/binutils/install
|
define Package/binutils/install
|
||||||
$(INSTALL_DIR) $(1)/usr
|
$(INSTALL_DIR) $(1)/usr
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ $(1)/usr
|
$(CP) $(PKG_INSTALL_DIR)/usr/bin/ $(1)/usr/
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/*-linux $(1)/usr
|
$(CP) $(PKG_INSTALL_DIR)/usr/*-linux $(1)/usr
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user