mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -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"
|
||||
(string-append "DESTDIR=" (assoc-ref outputs "out"))
|
||||
"PREFIX="
|
||||
"BASH_COMPLETIONS_DIR=etc/bash_completiond.d"
|
||||
"BASH_COMPLETIONS_DIR=etc/bash_completion.d"
|
||||
"install"
|
||||
"TARGETS=autorandr launcher manpage bash_completion"))))))
|
||||
(synopsis "Auto-detect connected displays and load appropriate setup")
|
||||
|
|
Loading…
Reference in a new issue