summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 16:05:37 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 16:05:37 +0100
commit4002f5b3591e3daa458f6a78c8cde0c94ad2cdb3 (patch)
tree465fb81cbfa39b28ba8d742e710eb4b34bd582d0 /bin
parentd0af1109fdfbec6c8846e09c14953b7bd785ee4e (diff)
Update Makefile
Diffstat (limited to 'bin')
-rw-r--r--bin/updater/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/updater/Makefile b/bin/updater/Makefile
index 80f40509d..55172e23b 100644
--- a/bin/updater/Makefile
+++ b/bin/updater/Makefile
@@ -28,7 +28,7 @@ install-systemd: preinitsetup
install-sysvinit: preinitsetup
- cp $(CURDIR)/sysvinit/owncloud-news-updater /etc/rc.d/
+ cp $(CURDIR)/sysvinit/owncloud-news-updater /etc/init.d/
@echo ""
@echo "Installed files. Please edit your config in /etc/owncloud/news/updater.ini and run:"
@@ -48,4 +48,4 @@ make uninstall: clean
@echo ""
@echo "Uninstalled files. Please run: "
@echo " systemctl disable owncloud-news-updater"
- @echo "to remove it from boot" \ No newline at end of file
+ @echo "to remove it from boot"