summaryrefslogtreecommitdiffstats
path: root/package/rarpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/rarpd/Makefile')
-rw-r--r--package/rarpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rarpd/Makefile b/package/rarpd/Makefile
index 44effa867..b91cd83a4 100644
--- a/package/rarpd/Makefile
+++ b/package/rarpd/Makefile
@@ -65,7 +65,7 @@ $(PKG_BUILD_DIR)/.built:
$(IPKG_RARPD):
install -d -m0755 $(IDIR_RARPD)/usr/sbin
- cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/rarpd $(IDIR_RARPD)/usr/sbin/
+ $(CP) $(PKG_INSTALL_DIR)/usr/sbin/rarpd $(IDIR_RARPD)/usr/sbin/
install -d -m0755 $(IDIR_RARPD)/etc/default
install -m644 ./files/rarpd.default $(IDIR_RARPD)/etc/default/rarpd
install -d -m0755 $(IDIR_RARPD)/etc/init.d