Update Makefile

Update makefile with missing systemd.units path for sed command
This commit is contained in:
abraunegg 2018-04-13 21:56:22 +10:00
parent 0d4c2da0bc
commit 8a51952aba

View file

@ -29,7 +29,7 @@ onedrive: version $(SOURCES)
$(DC) $(DFLAGS) $(SOURCES)
onedrive.service:
sed "s|@PREFIX@|$(PREFIX)|g" onedrive.service.in > onedrive.service
sed "s|@PREFIX@|$(PREFIX)|g" systemd.units/onedrive.service.in > onedrive.service
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/onedrive