Skip to content

Commit

Permalink
Makefile: set bash COMPL_DIR to FreeBSD expected defaults (tj#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihoro authored and vanpipy committed Sep 14, 2023
1 parent bfd338a commit 4dd7439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ else
endif
ifeq ($(OS), Darwin)
COMPL_DIR ?= "$(DESTDIR)$(SYSCONFDIR)/bash_completion.d"
else ifeq ($(OS), FreeBSD)
COMPL_DIR ?= "$(DESTDIR)$(SYSCONFDIR)/bash_completion.d"
else
COMPL_DIR ?= "$(DESTDIR)$(SYSCONFDIR)/bash-completion/completions"
endif
Expand Down

0 comments on commit 4dd7439

Please sign in to comment.