From: Peter Müller Date: Sun, 17 Sep 2023 19:31:00 +0000 (+0200) Subject: sudo: Fix incorrect location of libsudo_utils.so X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ftemp-sudo;p=people%2Fpmueller%2Fipfire-3.x.git sudo: Fix incorrect location of libsudo_utils.so Reported-by: Arne Fitzenreiter Signed-off-by: Peter Müller --- diff --git a/sudo/sudo.nm b/sudo/sudo.nm index 50fc02f07..4757ecec3 100644 --- a/sudo/sudo.nm +++ b/sudo/sudo.nm @@ -5,7 +5,7 @@ name = sudo version = 1.9.14p3 -release = 1 +release = 2 groups = Applications/System url = https://www.sudo.ws/ @@ -70,6 +70,9 @@ build # Fix library permissions. find %{BUILDROOT}%{libdir}/%{name} -type f -iname "*.so" -exec chmod 755 {} \; + # ... and move the libraries to the correct place + mv -v %{BUILDROOT}%{libdir}/%{name}/libsudo_util.so* %{BUILDROOT}%{libdir}/ + end end