Skip to content

Commit 50cd69f

Browse files
committed
Use /usr instead of $(PREFIX) for systemd system directory
This is more likely to match user systems.
1 parent 75de8ac commit 50cd69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PREFIX?=/usr/local
77
CONFIG_DIR?=/etc/keyd
88
SOCKET_PATH=/var/run/keyd.socket
99

10-
SYSTEMD_SYSTEM_DIR = $(PREFIX)/lib/systemd/system
10+
SYSTEMD_SYSTEM_DIR = /usr/lib/systemd/system
1111

1212
CFLAGS:=-DVERSION=\"v$(VERSION)\ \($(COMMIT)\)\" \
1313
-I/usr/local/include \

0 commit comments

Comments
 (0)