X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1f96d69f566aa785c0f0fb4fb25e6198a96bb4c3..4bea293ef8db549501053f4d8594cb77fd0a6d2e:/openwrt/package/rarpd/Makefile diff --git a/openwrt/package/rarpd/Makefile b/openwrt/package/rarpd/Makefile index 44effa867..b91cd83a4 100644 --- a/openwrt/package/rarpd/Makefile +++ b/openwrt/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