all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61870] [PATCH] gnu: grimshot: Correct man page path.
@ 2023-02-28 14:58 Antero Mejr via Guix-patches via
  2023-03-02 20:02 ` bug#61870: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Antero Mejr via Guix-patches via @ 2023-02-28 14:58 UTC (permalink / raw)
  To: 61870; +Cc: Antero Mejr

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61870: [PATCH] gnu: grimshot: Correct man page path.
  2023-02-28 14:58 [bug#61870] [PATCH] gnu: grimshot: Correct man page path Antero Mejr via Guix-patches via
@ 2023-03-02 20:02 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2023-03-02 20:02 UTC (permalink / raw)
  To: Antero Mejr; +Cc: 61870-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-02 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 14:58 [bug#61870] [PATCH] gnu: grimshot: Correct man page path Antero Mejr via Guix-patches via
2023-03-02 20:02 ` bug#61870: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.