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 <[email protected]>
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 <[email protected]>
---
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 _