emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61526: closed ([PATCH] gnu: distrobox: Skip substitution in man page


From: GNU bug Tracking System
Subject: bug#61526: closed ([PATCH] gnu: distrobox: Skip substitution in man pages.)
Date: Sat, 18 Feb 2023 11:51:01 +0000

Your message dated Sat, 18 Feb 2023 12:50:20 +0100
with message-id <87ttzjry4j.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#61526] [PATCH] gnu: distrobox: Skip substitution in 
man pages.
has caused the debbugs.gnu.org bug report #61526,
regarding [PATCH] gnu: distrobox: Skip substitution in man pages.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61526: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61526
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: distrobox: Skip substitution in man pages. Date: Wed, 15 Feb 2023 06:01:56 +0100
* gnu/packages/containers.scm (distrobox)[arguments]: Change refer-to-inputs
phase to not substitute in man pages.
---
 gnu/packages/containers.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 3982f4f059..272b67c38d 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -176,7 +176,7 @@ (define-public distrobox
            #~(modify-phases %standard-phases
                (add-before 'install 'refer-to-inputs
                  (lambda* (#:key inputs #:allow-other-keys)
-                   (substitute* (find-files "." "^distrobox.*")
+                   (substitute* (find-files "." "^distrobox.*[^1]$")
                      (("podman") (search-input-file inputs "/bin/podman"))
                      (("wget") (search-input-file inputs "/bin/wget"))
                      (("command -v") "test -x"))))

base-commit: c0e9ddfa290056f137ee21a53be6be4fbb8586ea
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61526] [PATCH] gnu: distrobox: Skip substitution in man pages. Date: Sat, 18 Feb 2023 12:50:20 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/containers.scm (distrobox)[arguments]: Change refer-to-inputs
> phase to not substitute in man pages.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]