mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: autorandr: Fix typo.
* gnu/packages/xdisorg.scm (autorandr)[arguments]<phases>: Fix typo in bash completion directory.
This commit is contained in:
parent
2ca87aecd1
commit
790ada9168
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ (define-public autorandr
|
||||||
(invoke "make"
|
(invoke "make"
|
||||||
(string-append "DESTDIR=" (assoc-ref outputs "out"))
|
(string-append "DESTDIR=" (assoc-ref outputs "out"))
|
||||||
"PREFIX="
|
"PREFIX="
|
||||||
"BASH_COMPLETIONS_DIR=etc/bash_completiond.d"
|
"BASH_COMPLETIONS_DIR=etc/bash_completion.d"
|
||||||
"install"
|
"install"
|
||||||
"TARGETS=autorandr launcher manpage bash_completion"))))))
|
"TARGETS=autorandr launcher manpage bash_completion"))))))
|
||||||
(synopsis "Auto-detect connected displays and load appropriate setup")
|
(synopsis "Auto-detect connected displays and load appropriate setup")
|
||||||
|
|
Loading…
Reference in a new issue