From d5cc80ae1666facf079b58996d9061eb0ebe9964 Mon Sep 17 00:00:00 2001 From: wzy <32936898+Freed-Wu@users.noreply.github.com> Date: Sun, 3 Dec 2023 05:28:35 +0800 Subject: [PATCH] Fix zsh install location (#532) Reported: https://github.com/NixOS/nixpkgs/pull/222667#issuecomment-1713238866 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3320904..11d0df8 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ prefix = /usr/local/ includedir = $(prefix)/include libdir = $(prefix)/lib sysconfdir = $(prefix)/etc -zshcompletiondir = $(prefix)/share/zsh/site_functions +zshcompletiondir = $(prefix)/share/zsh/site-functions OBJS = src/common.o src/main.o