summaryrefslogtreecommitdiffstats
path: root/package/ebtables
diff options
context:
space:
mode:
Diffstat (limited to 'package/ebtables')
-rw-r--r--package/ebtables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index a928a2dbb..9abd93a93 100644
--- a/package/ebtables/Makefile
+++ b/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)