* [bug#41686] [PATCH] gnu: autorandr: Fix typo.
@ 2020-06-03 11:53 Brice Waegeneire
2020-06-04 16:41 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Brice Waegeneire @ 2020-06-03 11:53 UTC (permalink / raw)
To: 41686
* gnu/packages/xdisorg.scm (autorandr)[arguments]<phases>: Fix typo in
bash completion directory.
---
gnu/packages/xdisorg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index ee6b1a9ffd..d4acd90154 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -201,7 +201,7 @@ program.")
(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")
--
2.26.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#41686] [PATCH] gnu: autorandr: Fix typo.
2020-06-03 11:53 [bug#41686] [PATCH] gnu: autorandr: Fix typo Brice Waegeneire
@ 2020-06-04 16:41 ` Ludovic Courtès
2020-06-04 17:02 ` Brice Waegeneire
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2020-06-04 16:41 UTC (permalink / raw)
To: Brice Waegeneire; +Cc: 41686
Brice Waegeneire <brice@waegenei.re> skribis:
> * gnu/packages/xdisorg.scm (autorandr)[arguments]<phases>: Fix typo in
> bash completion directory.
LGTM! You can push such patches right away.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#41686] [PATCH] gnu: autorandr: Fix typo.
2020-06-04 16:41 ` Ludovic Courtès
@ 2020-06-04 17:02 ` Brice Waegeneire
0 siblings, 0 replies; 3+ messages in thread
From: Brice Waegeneire @ 2020-06-04 17:02 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 41686
On 2020-06-04 16:41, Ludovic Courtès wrote:
> Brice Waegeneire <brice@waegenei.re> skribis:
>
>> * gnu/packages/xdisorg.scm (autorandr)[arguments]<phases>: Fix typo in
>> bash completion directory.
>
> LGTM! You can push such patches right away.
>
> Thanks,
> Ludo’.
Noted, pushed as 790ada9168e0689c1c4607c61cdc1d2dbc327abf.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-04 17:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-03 11:53 [bug#41686] [PATCH] gnu: autorandr: Fix typo Brice Waegeneire
2020-06-04 16:41 ` Ludovic Courtès
2020-06-04 17:02 ` Brice Waegeneire
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.