Skip to content
Snippets Groups Projects
Verified Commit 638e77a5 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

makefile: use PREFIX when installing systemd unit files

parent 52661fa4
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,6 @@ install_openrc:
install_systemd:
install -Dm 644 systemd/swclock-offset-boot.service \
$(DESTDIR)/lib/systemd/system/swclock-offset-boot.service
$(DESTDIR)/$(PREFIX)/lib/systemd/system/swclock-offset-boot.service
install -Dm 644 systemd/swclock-offset-shutdown.service \
$(DESTDIR)/lib/systemd/system/swclock-offset-shutdown.service
$(DESTDIR)/$(PREFIX)/lib/systemd/system/swclock-offset-shutdown.service
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment