mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
14 lines
449 B
Diff
14 lines
449 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 4843c16..6b99a1d 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -71,7 +71,7 @@ endif
|
|
|
|
CPPFLAGS += $(DEFS) $(INCLUDES)
|
|
|
|
-BASHCOMPDIR ?= $(shell $(PKG_CONFIG) --variable=completionsdir bash-completion 2>/dev/null || echo /etc/bash_completion.d)
|
|
+BASHCOMPDIR ?= $(prefix)/etc/bash_completion.d
|
|
|
|
##############################################################################
|
|
all: Makefile.depend whois mkpasswd pos
|