guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: grimshot: Correct man page path.


From: guix-commits
Subject: branch master updated: gnu: grimshot: Correct man page path.
Date: Thu, 02 Mar 2023 15:01:59 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b2200e3488 gnu: grimshot: Correct man page path.
b2200e3488 is described below

commit b2200e34886e732f7778093ee2a9e1613bc57965
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Tue Feb 28 14:58:51 2023 +0000

    gnu: grimshot: Correct man page path.
    
    * gnu/packages/wm.scm (grimshot)[arguments]: Remove 'usr/' from man page 
path.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 c656101159..5b8dbd5c70 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2975,7 +2975,7 @@ used for multimedia keys.")
     (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 _



reply via email to

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