diff options
author | Antero Mejr <antero@mailbox.org> | 2023-02-28 14:58:51 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-02 15:01:39 -0500 |
commit | b2200e34886e732f7778093ee2a9e1613bc57965 (patch) | |
tree | 2c260db4e0c2da0e0d87f34090ab69c92c4da80d /gnu | |
parent | 5dae9d26831b6d092a80a123a2fc064326d4a8ba (diff) | |
download | guix-b2200e34886e732f7778093ee2a9e1613bc57965.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 _ |