GNU bug report logs - #61870
[PATCH] gnu: grimshot: Correct man page path.

Previous Next

Package: guix-patches;

Reported by: Antero Mejr <antero <at> mailbox.org>

Date: Tue, 28 Feb 2023 15:00:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Antero Mejr <antero <at> mailbox.org>
Subject: bug#61870: closed (Re: [bug#61870] [PATCH] gnu: grimshot: Correct
 man page path.)
Date: Thu, 02 Mar 2023 20:03:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61870: [PATCH] gnu: grimshot: Correct man page path.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61870 <at> debbugs.gnu.org.

-- 
61870: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61870
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Antero Mejr <antero <at> mailbox.org>
Cc: 61870-done <at> debbugs.gnu.org
Subject: Re: [bug#61870] [PATCH] gnu: grimshot: Correct man page path.
Date: Thu, 2 Mar 2023 15:02:06 -0500
On Tue, Feb 28, 2023 at 02:58:51PM +0000, Antero Mejr via Guix-patches via wrote:
> * gnu/packages/wm.scm (grimshot)[arguments]: Remove usr/ from man page path.

Thanks! Pushed as b2200e34886e732f7778093ee2a9e1613bc57965

[Message part 3 (message/rfc822, inline)]
From: Antero Mejr <antero <at> mailbox.org>
To: guix-patches <at> gnu.org
Cc: Antero Mejr <antero <at> mailbox.org>
Subject: [PATCH] gnu: grimshot: Correct man page path.
Date: Tue, 28 Feb 2023 14:58:51 +0000
* gnu/packages/wm.scm (grimshot)[arguments]: Remove usr/ from man page path.
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 9ba2841817..1c2e3d1242 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2954,7 +2954,7 @@ (define-public grimshot
     (build-system copy-build-system)
     (arguments
      (list #:install-plan #~`(("grimshot" "bin/")
-                              ("grimshot.1" "usr/share/man/man1/"))
+                              ("grimshot.1" "share/man/man1/"))
            #:phases #~(modify-phases %standard-phases
                         (add-after 'unpack 'chdir
                           (lambda _
-- 
2.38.1




This bug report was last modified 2 years and 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.