X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a5bb023d0e2738dce6c759988cf85c3b88c53a7c..e999443345f40190c93a091f49efb1d2a92aa2db:/package/dhcp-forwarder/Makefile diff --git a/package/dhcp-forwarder/Makefile b/package/dhcp-forwarder/Makefile index 7b9f23841..7da192898 100644 --- a/package/dhcp-forwarder/Makefile +++ b/package/dhcp-forwarder/Makefile @@ -56,10 +56,10 @@ $(PKG_BUILD_DIR)/.built: touch $(PKG_BUILD_DIR)/.built $(IPKG_DHCP_FORWARDER): - install -m0755 -d $(IDIR_DHCP_FORWARDER)/etc/init.d - install -m0755 ./ipkg/$(PKG_NAME).init $(IDIR_DHCP_FORWARDER)/etc/init.d/dhcp-fwd install -m0755 -d $(IDIR_DHCP_FORWARDER)/etc install -m0644 $(PKG_BUILD_DIR)/contrib/dhcp-fwd.conf $(IDIR_DHCP_FORWARDER)/etc/ + install -m0755 -d $(IDIR_DHCP_FORWARDER)/etc/init.d + install -m0755 ./files/dhcp-fwd.init $(IDIR_DHCP_FORWARDER)/etc/init.d/dhcp-fwd install -m0755 -d $(IDIR_DHCP_FORWARDER)/usr/bin cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/dhcp-fwd $(IDIR_DHCP_FORWARDER)/usr/bin/ $(RSTRIP) $(IDIR_DHCP_FORWARDER)