diff --git a/Makefile b/Makefile index 58761d45..f6286df6 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ clean: install: all install -D onedrive $(DESTDIR)$(PREFIX)/bin/onedrive - install -D -m 644 onedrive.service $(DESTDIR)/usr/lib/systemd/user + install -D -m 644 onedrive.service $(DESTDIR)/usr/lib/systemd/user/onedrive.service uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/onedrive