mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01: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
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(CP) $(PKG_BUILD_DIR)/ifenslave $(1)/sbin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ifenslave $(1)/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,ifenslave))
|
||||
|
Loading…
Reference in New Issue
Block a user