guix-commits
[Top][All Lists]
Advanced

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

01/01: doc: Add missing MKDIR call.


From: guix-commits
Subject: 01/01: doc: Add missing MKDIR call.
Date: Wed, 11 Dec 2019 19:15:39 -0500 (EST)

snape pushed a commit to branch master
in repository guix.

commit dcb7ce500bd025455982d74c3384c707f35bbb46
Author: Clément Lassieur <address@hidden>
Date:   Thu Dec 12 01:06:14 2019 +0100

    doc: Add missing MKDIR call.
    
    * doc/guix.texi (G-Expressions): Add missing MKDIR call.
---
 doc/guix.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 25efba1..01980bf 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -39,7 +39,7 @@ Copyright @copyright{} 2016, 2017, 2018, 2019 Jan 
Nieuwenhuizen@*
 Copyright @copyright{} 2016 Julien Lepiller@*
 Copyright @copyright{} 2016 Alex ter Weele@*
 Copyright @copyright{} 2016, 2017, 2018, 2019 Christopher Baines@*
-Copyright @copyright{} 2017, 2018 Clément Lassieur@*
+Copyright @copyright{} 2017, 2018, 2019 Clément Lassieur@*
 Copyright @copyright{} 2017, 2018 Mathieu Othacehe@*
 Copyright @copyright{} 2017 Federico Beffa@*
 Copyright @copyright{} 2017, 2018 Carlo Zancanaro@*
@@ -7457,6 +7457,7 @@ native package build:
 (gexp->derivation "vi"
    #~(begin
        (mkdir #$output)
+       (mkdir (string-append #$output "/bin"))
        (system* (string-append #+coreutils "/bin/ln")
                 "-s"
                 (string-append #$emacs "/bin/emacs")



reply via email to

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