mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2024-12-21 11:48:57 +00:00
Fix zsh install location (#532)
Reported: https://github.com/NixOS/nixpkgs/pull/222667#issuecomment-1713238866
This commit is contained in:
parent
0c795085fa
commit
d5cc80ae16
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ prefix = /usr/local/
|
|||||||
includedir = $(prefix)/include
|
includedir = $(prefix)/include
|
||||||
libdir = $(prefix)/lib
|
libdir = $(prefix)/lib
|
||||||
sysconfdir = $(prefix)/etc
|
sysconfdir = $(prefix)/etc
|
||||||
zshcompletiondir = $(prefix)/share/zsh/site_functions
|
zshcompletiondir = $(prefix)/share/zsh/site-functions
|
||||||
|
|
||||||
OBJS = src/common.o src/main.o
|
OBJS = src/common.o src/main.o
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user