summaryrefslogtreecommitdiffstats
path: root/bin/updater/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/updater/Makefile')
-rw-r--r--bin/updater/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updater/Makefile b/bin/updater/Makefile
index 12bcf7357..586ceb297 100644
--- a/bin/updater/Makefile
+++ b/bin/updater/Makefile
@@ -19,7 +19,7 @@ update: clean
preinitsetup: clean
mkdir -p /etc/owncloud/news
cp $(CURDIR)/example-config.ini /etc/owncloud/news/updater.ini
- python3 setup.py install
+ python3 setup.py install --install-scripts=/usr/bin
install-systemd: preinitsetup