From 46e712b4392c9252431c894c5d8008746b37f3d9 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Thu, 17 Jul 2025 20:14:25 -0400 Subject: [PATCH] Trouble with spec file %post scriptlet problem --- mailleur.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mailleur.spec.in b/mailleur.spec.in index 513491b..094ea7a 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -271,6 +271,7 @@ case "$OS" in #adjusting libexec bin directory %{__ln} -nsf ./bin-mysql %{_libexecdir}/%{name}/bin +echo %{__ln} -nsf ./bin-mysql %{_libexecdir}/%{name}/bin %postun mysql if [ "$1" = 0 ]; then -- 2.47.3