all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Antero Mejr via Guix-patches via <guix-patches@gnu.org>
To: 61870@debbugs.gnu.org
Cc: Antero Mejr <antero@mailbox.org>
Subject: [bug#61870] [PATCH] gnu: grimshot: Correct man page path.
Date: Tue, 28 Feb 2023 14:58:51 +0000	[thread overview]
Message-ID: <20230228145851.10822-1-antero@mailbox.org> (raw)

* 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





             reply	other threads:[~2023-02-28 15:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28 14:58 Antero Mejr via Guix-patches via [this message]
2023-03-02 20:02 ` bug#61870: [PATCH] gnu: grimshot: Correct man page path Leo Famulari

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=20230228145851.10822-1-antero@mailbox.org \
    --to=guix-patches@gnu.org \
    --cc=61870@debbugs.gnu.org \
    --cc=antero@mailbox.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.
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.