From 97a10a85cddfcf8c9905293c4721783e2e3b1e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marciniak?= Date: Mon, 12 Oct 2020 22:51:26 +0200 Subject: [PATCH] Renaming the autocpletion file instead of creating a link --- mt-st.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mt-st.spec b/mt-st.spec index f4225f5..e27ee02 100644 --- a/mt-st.spec +++ b/mt-st.spec @@ -34,7 +34,7 @@ COMPLETIONDIR=%{buildroot}$(pkg-config --variable=completionsdir bash-completion %make_install EXEC_PREFIX=/usr COMPLETIONINSTALLDIR=$COMPLETIONDIR install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/stinit.service cd $COMPLETIONDIR -ln -s mt-st mt +mv mt-st mt %post