diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-11 21:56:30 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-11 21:56:30 -0500 |
commit | ba6f9c86461183295e1b4fc62f1dd974c792ccf7 (patch) | |
tree | 34f0463304aadd911dd7e69a1824febd270588fa | |
parent | e6dcd76bf6d681fdaa3062e9900fa887a897fee1 (diff) | |
download | cgit-syntax-highlighting-ba6f9c86461183295e1b4fc62f1dd974c792ccf7.tar.xz cgit-syntax-highlighting-ba6f9c86461183295e1b4fc62f1dd974c792ccf7.zip |
systemdsystemunitdir is not related to libdir
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ prefix = /usr/local libdir = $(prefix)/lib -systemdsystemunitdir = $(libdir)/systemd/system +systemdsystemunitdir = $(prefix)/lib/systemd/system INSTALL = install RM = rm -f |