Skip to content

Commit fc6c388

Browse files
committed
fix spelling of systemdunitdir
1 parent 31a1f8f commit fc6c388

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

service/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# sub-make for ka9q-radio systemd .service files
33
# Copyright 2026, Phil Karn, KA9Q
44

5-
systemunitdir ?= /etc/systemd/system
5+
systemdunitdir ?= /etc/systemd/system
66

77
.PHONY: clean all install install-system
88

@@ -14,8 +14,8 @@ clean:
1414

1515
# install as ordinary files for now, don't have dpkg autostart them
1616
install:
17-
install -d 0755 $(DESTDIR)$(systemunitdir)
18-
install *.service $(DESTDIR)$(systemunitdir)
17+
install -d 0755 $(DESTDIR)$(systemdunitdir)
18+
install *.service $(DESTDIR)$(systemdunitdir)
1919

2020
install-system:
2121
@true

0 commit comments

Comments
 (0)