summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-11 21:56:30 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-11 21:56:30 -0500
commitba6f9c86461183295e1b4fc62f1dd974c792ccf7 (patch)
tree34f0463304aadd911dd7e69a1824febd270588fa
parente6dcd76bf6d681fdaa3062e9900fa887a897fee1 (diff)
downloadcgit-syntax-highlighting-ba6f9c86461183295e1b4fc62f1dd974c792ccf7.tar.xz
cgit-syntax-highlighting-ba6f9c86461183295e1b4fc62f1dd974c792ccf7.zip
systemdsystemunitdir is not related to libdir
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad366da..5f4e80d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
prefix = /usr/local
libdir = $(prefix)/lib
-systemdsystemunitdir = $(libdir)/systemd/system
+systemdsystemunitdir = $(prefix)/lib/systemd/system
INSTALL = install
RM = rm -f