public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] sudo: Fix incorrect location of libsudo_utils.so
@ 2023-09-17 20:18 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2023-09-17 20:18 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 804 bytes --]

Reported-by: Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 sudo/sudo.nm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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
 
-- 
2.39.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-17 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-17 20:18 [PATCH] sudo: Fix incorrect location of libsudo_utils.so Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox