gnu: footswitch: Remove redundant MKDIR-P.
* gnu/packages/accessibility.scm (footswitch)[arguments]: Remove MKDIR-P before INSTALL-FILE.
This commit is contained in:
parent
92793c7b02
commit
bd128d5e88
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue