From f315377299d6ac3cb80ff0c06f505b20854684ea Mon Sep 17 00:00:00 2001 From: Wu Zhenyu Date: Tue, 28 Nov 2023 12:53:23 +0800 Subject: [PATCH] Fix a typo 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