From: Jean-Marc Pigeon (Delson) Date: Mon, 16 Jun 2025 18:32:47 +0000 (-0400) Subject: Shell script must be executable X-Git-Tag: tag-0.9~161 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=74f94fa9abd429ad2c63b58491f814062187c869;p=jmp%2Fmailleur Shell script must be executable --- diff --git a/mailleur.spec.in b/mailleur.spec.in index 0968395..d1d1211 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -34,7 +34,7 @@ search about email exchange within time and transaction context. %{_sbindir}/receiver %{_sbindir}/sender %{_sbindir}/sorter -%{_libdir}/%{name}/shell/*.sh +%attr(0755,root,root) %{_libdir}/%{name}/shell/*.sh #-----------------------------------------------------------------------------