guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: footswitch: Remove redundant MKDIR-P.


From: Tobias Geerinckx-Rice
Subject: 08/12: gnu: footswitch: Remove redundant MKDIR-P.
Date: Sun, 4 Mar 2018 12:06:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bd128d5e880ba73ce217e864f1cce6fe1b655ff1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 4 17:06:10 2018 +0100

    gnu: footswitch: Remove redundant MKDIR-P.
    
    * gnu/packages/accessibility.scm (footswitch)[arguments]: Remove MKDIR-P
    before INSTALL-FILE.
---
 gnu/packages/accessibility.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm
index 2ca4e27..53ea997 100644
--- a/gnu/packages/accessibility.scm
+++ b/gnu/packages/accessibility.scm
@@ -109,7 +109,6 @@ available to help to click.")
                       (lambda* (#:key outputs #:allow-other-keys)
                         (let ((bin (string-append (assoc-ref outputs "out")
                                                   "/bin")))
-                          (mkdir-p bin)
                           (install-file "footswitch" bin)
                           #t))))))
       (home-page "https://github.com/rgerganov/footswitch";)



reply via email to

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