public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] sudo: Fix incorrect location of libsudo_utils.so
Date: Sun, 17 Sep 2023 20:18:20 +0000	[thread overview]
Message-ID: <20230917201820.993133-1-peter.mueller@ipfire.org> (raw)

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


                 reply	other threads:[~2023-09-17 20:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230917201820.993133-1-peter.mueller@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox