guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: autorandr: Fix typo.


From: guix-commits
Subject: branch master updated: gnu: autorandr: Fix typo.
Date: Thu, 04 Jun 2020 13:00:51 -0400

This is an automated email from the git hooks/post-receive script.

bricewge pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 790ada9  gnu: autorandr: Fix typo.
790ada9 is described below

commit 790ada9168e0689c1c4607c61cdc1d2dbc327abf
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sat May 30 14:49:45 2020 +0200

    gnu: autorandr: Fix typo.
    
    * 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 ee6b1a9..d4acd90 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]