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>
This commit is contained in:
parent
5dae9d2683
commit
b2200e3488
1 changed files with 1 additions and 1 deletions
|
@ -2975,7 +2975,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 _
|
||||
|
|
Loading…
Reference in a new issue