Skip to content

Commit

Permalink
Use /usr instead of $(PREFIX) for systemd system directory
Browse files Browse the repository at this point in the history
This is more likely to match user systems.
  • Loading branch information
rhansen committed Jul 10, 2024
1 parent e5c5be6 commit ea9ef69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PREFIX?=/usr/local
CONFIG_DIR?=/etc/keyd
SOCKET_PATH=/var/run/keyd.socket

SYSTEMD_SYSTEM_DIR = $(PREFIX)/lib/systemd/system
SYSTEMD_SYSTEM_DIR = /usr/lib/systemd/system

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

0 comments on commit ea9ef69

Please sign in to comment.