summaryrefslogtreecommitdiffstats
path: root/package/arpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/arpd/Makefile')
-rw-r--r--package/arpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/arpd/Makefile b/package/arpd/Makefile
index ad75e22d0..6707eff30 100644
--- a/package/arpd/Makefile
+++ b/package/arpd/Makefile
@@ -59,6 +59,6 @@ $(PKG_BUILD_DIR)/.built:
$(IPKG_ARPD):
mkdir -p $(IDIR_ARPD)/usr/sbin
- cp $(PKG_BUILD_DIR)/arpd $(IDIR_ARPD)/usr/sbin/
+ $(CP) $(PKG_BUILD_DIR)/arpd $(IDIR_ARPD)/usr/sbin/
$(STRIP) $(IDIR_ARPD)/usr/sbin/*
$(IPKG_BUILD) $(IDIR_ARPD) $(PACKAGE_DIR)