use $(INSTALL_BIN) instead of $(CP)

SVN-Revision: 8541
v19.07.3_mercusys_ac12_duma
Nicolas Thill 17 years ago
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…
Cancel
Save