Skip to content

Commit d5cc80a

Browse files
authored
Fix zsh install location (#532)
Reported: NixOS/nixpkgs#222667 (comment)
1 parent 0c79508 commit d5cc80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ prefix = /usr/local/
1212
includedir = $(prefix)/include
1313
libdir = $(prefix)/lib
1414
sysconfdir = $(prefix)/etc
15-
zshcompletiondir = $(prefix)/share/zsh/site_functions
15+
zshcompletiondir = $(prefix)/share/zsh/site-functions
1616

1717
OBJS = src/common.o src/main.o
1818

0 commit comments

Comments
 (0)