X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a32025054e88ff22da23e407ddb2753727fc00f8..3005042d932a79abbbc8ac6a76a2c899675b80dd:/openwrt/package/ebtables/Makefile?ds=sidebyside diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile index a928a2dbb..9abd93a93 100644 --- a/openwrt/package/ebtables/Makefile +++ b/openwrt/package/ebtables/Makefile @@ -27,6 +27,6 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_EBTABLES): mkdir -p $(IDIR_EBTABLES)/usr/sbin - cp $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/ + $(CP) $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/ $(IPKG_BUILD) $(IDIR_EBTABLES) $(PACKAGE_DIR)