use $(INSTALL_BIN) instead of $(CP)

SVN-Revision: 8541
lede-17.01
Nicolas Thill 2007-08-30 08:01:51 +00:00
parent 3740842c70
commit ac3859b9ae
1 changed files with 1 additions and 1 deletions

View File

@ -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))