From c017f60f75f95e5c1b791255b1750d38b719fdbd Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 7 May 2022 11:56:45 +0200 Subject: [PATCH] - use bash_compdir everywhere --- util-linux.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-linux.spec b/util-linux.spec index 69b1a1c..1f97fe8 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -929,7 +929,7 @@ export CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses -DHAVE_LSEEK64_PROTOTYPE --enable-write \ --with-python=3 \ --with-audit \ - --with-bashcompletiondir=/usr/share/bash-completion/completions \ + --with-bashcompletiondir=%{bash_compdir} \ --with-selinux%{!?with_selinux:=no} \ --with-smack \ --with-readline \ -- 2.44.0