use $(INSTALL_BIN) instead of $(CP)
SVN-Revision: 8541
This commit is contained in:
parent
3740842c70
commit
ac3859b9ae
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue