mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-06 19:24:52 +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
|
||||
$(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