X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5ef7471191922d05b08e520a05f4a7daeb22754b..475e0d886041b4345585e13f0c04bcb9af0c0c5a:/openwrt/package/rarpd/Makefile?ds=sidebyside 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