gnu: autorandr: Fix typo.

* gnu/packages/xdisorg.scm (autorandr)[arguments]<phases>: Fix typo in
bash completion directory.
This commit is contained in:
Brice Waegeneire 2020-05-30 14:49:45 +02:00
parent 2ca87aecd1
commit 790ada9168
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -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")