We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a1f8f commit fc6c388Copy full SHA for fc6c388
1 file changed
service/Makefile
@@ -2,7 +2,7 @@
2
# sub-make for ka9q-radio systemd .service files
3
# Copyright 2026, Phil Karn, KA9Q
4
5
-systemunitdir ?= /etc/systemd/system
+systemdunitdir ?= /etc/systemd/system
6
7
.PHONY: clean all install install-system
8
@@ -14,8 +14,8 @@ clean:
14
15
# install as ordinary files for now, don't have dpkg autostart them
16
install:
17
- install -d 0755 $(DESTDIR)$(systemunitdir)
18
- install *.service $(DESTDIR)$(systemunitdir)
+ install -d 0755 $(DESTDIR)$(systemdunitdir)
+ install *.service $(DESTDIR)$(systemdunitdir)
19
20
install-system:
21
@true
0 commit comments