From faaa2e3d66c523a6a9e6e1c3e87937fd46380078 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Thu, 17 Jul 2025 20:11:36 -0400 Subject: [PATCH] Adjusting spec file --- mailleur.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailleur.spec.in b/mailleur.spec.in index ed6a921..513491b 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -201,7 +201,7 @@ case "$OS" in esac #adjusting libexec bin directory -%{__ln_s} ./bin-posql %{_libexecdir}/%{name}/bin +%{__ln} -nsf ./bin-posql %{_libexecdir}/%{name}/bin %postun postgresql if [ "$1" = 0 ]; then @@ -270,7 +270,7 @@ case "$OS" in esac #adjusting libexec bin directory -%{__ln_s} ./bin-mysql %{_libexecdir}/%{name}/bin +%{__ln} -nsf ./bin-mysql %{_libexecdir}/%{name}/bin %postun mysql if [ "$1" = 0 ]; then -- 2.47.3