diff --git a/etc/init.d/dumpconf b/scripts/dumpconf similarity index 100% rename from etc/init.d/dumpconf rename to scripts/dumpconf diff --git a/systemd/Makefile b/systemd/Makefile index 1097d9b1..e8cdd880 100644 --- a/systemd/Makefile +++ b/systemd/Makefile @@ -19,7 +19,7 @@ install: system_units -m 644 $$unit $(DESTDIR)$(SYSTEMDSYSTEMUNITDIR) ; \ done # For systemd install dumpconf to TOOLS_LIBDIR - $(INSTALL) -m 755 ../etc/init.d/dumpconf $(DESTDIR)$(TOOLS_LIBDIR) + $(INSTALL) -m 755 ../scripts/dumpconf $(DESTDIR)$(TOOLS_LIBDIR) else