Update Makefile (#475)

* Update default Makefile with systemd service file changes introduced by #287 when not calling ./configure
This commit is contained in:
abraunegg 2019-04-24 09:13:05 +10:00 committed by GitHub
parent c8e47a47ff
commit 2c7fec1cf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,8 +127,8 @@ ifeq ($(completions),1)
endif
onedrive.service:
sed "s|@PREFIX@|$(PREFIX)|g" systemd.units/onedrive.service.in > onedrive.service
sed "s|@PREFIX@|$(PREFIX)|g" systemd.units/onedrive@.service.in > onedrive@.service
sed "s|@prefix@|$(PREFIX)|g" systemd.units/onedrive.service.in > onedrive.service
sed "s|@prefix@|$(PREFIX)|g" systemd.units/onedrive@.service.in > onedrive@.service
onedrive.1: onedrive.1.in
sed "s|@DOCDIR@|$(DOCDIR)|g" onedrive.1.in > onedrive.1