guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-chess: Fix build.


From: guix-commits
Subject: branch master updated: gnu: emacs-chess: Fix build.
Date: Tue, 07 Jul 2020 12:51:23 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bbc358c  gnu: emacs-chess: Fix build.
bbc358c is described below

commit bbc358cd923eec5e5d0b288bb028c198c0146b81
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 7 18:49:38 2020 +0200

    gnu: emacs-chess: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-chess): Fix typo introduced just before
    committing 70dcd7c78bdbe8bacf1b130090be0c788547689e.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7772fd1..3717507 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5927,7 +5927,7 @@ board and goal value can be customized.")
              (let* ((out (assoc-ref outputs "out"))
                     (pieces
                      (string-append out "/share/emacs/site-lisp/pieces")))
-               (mkdir-p site-lisp)
+               (mkdir-p pieces)
                (copy-recursively "pieces" pieces)
                #t))))))
     (home-page "https://elpa.gnu.org/packages/chess.html";)



reply via email to

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