We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fca5ed commit bbf90c4Copy full SHA for bbf90c4
Makefile
@@ -10,6 +10,8 @@ else
10
endif
11
ifeq ($(OS), Darwin)
12
COMPL_DIR ?= "$(DESTDIR)$(SYSCONFDIR)/bash_completion.d"
13
+else ifeq ($(OS), FreeBSD)
14
+ COMPL_DIR ?= "$(DESTDIR)$(SYSCONFDIR)/bash_completion.d"
15
else
16
COMPL_DIR ?= "$(DESTDIR)$(SYSCONFDIR)/bash-completion/completions"
17
0 commit comments