guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: openssl: Remove redundant use of mkdir-p.


From: Leo Famulari
Subject: 01/01: gnu: openssl: Remove redundant use of mkdir-p.
Date: Mon, 21 Nov 2016 19:41:35 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 6e388b08399b322121d9113ab7367366ad14eba0
Author: Petter <address@hidden>
Date:   Mon Nov 21 19:30:50 2016 +0100

    gnu: openssl: Remove redundant use of mkdir-p.
    
    * gnu/packages/tls.scm (openssl)[arguments]: Remove redundant (mkdir-p).
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/tls.scm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 74cc25b..bea15fa 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -294,7 +294,6 @@ required structures.")
                    (lib    (string-append out "/lib"))
                    (static (assoc-ref outputs "static"))
                    (slib   (string-append static "/lib")))
-              (mkdir-p slib)
               (for-each (lambda (file)
                           (install-file file slib)
                           (delete-file file))



reply via email to

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