mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
use $(INSTALL_BIN) instead of $(CP)
SVN-Revision: 8541
This commit is contained in:
parent
3740842c70
commit
ac3859b9ae
@ -36,7 +36,7 @@ endef
|
|||||||
|
|
||||||
define Package/ifenslave/install
|
define Package/ifenslave/install
|
||||||
$(INSTALL_DIR) $(1)/sbin
|
$(INSTALL_DIR) $(1)/sbin
|
||||||
$(CP) $(PKG_BUILD_DIR)/ifenslave $(1)/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ifenslave $(1)/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,ifenslave))
|
$(eval $(call BuildPackage,ifenslave))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user