summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdriĆ  Arrufat <adria.arrufat@outlook.com>2024-02-29 20:49:50 +0900
committerAdriĆ  Arrufat <adria.arrufat@outlook.com>2024-02-29 20:49:50 +0900
commit64b3433905eeb33653ed617d61906ba68c686916 (patch)
treec0fc3bb83190cb1b033247c672fc6b32b52e2dba /Makefile
parent395dd8c73fbec5baed4bd52e2704d3ed3469f6b1 (diff)
fix install of kakrc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73eece6f..554c8156 100644
--- a/Makefile
+++ b/Makefile
@@ -178,7 +178,7 @@ install: src/kak installdirs install-debug-$(debug) install-gzip-man-$(gzip_man)
ln -sf ../../bin/kak $(libexecdir)/kak
- cp src/kak/kakrc $(sharedir)
+ cp share/kak/kakrc $(sharedir)
chmod 0644 $(sharedir)/kakrc
cp -r rc/* $(sharedir)/rc