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
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ available to help to click.")
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((bin (string-append (assoc-ref outputs "out")
|
(let ((bin (string-append (assoc-ref outputs "out")
|
||||||
"/bin")))
|
"/bin")))
|
||||||
(mkdir-p bin)
|
|
||||||
(install-file "footswitch" bin)
|
(install-file "footswitch" bin)
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "https://github.com/rgerganov/footswitch")
|
(home-page "https://github.com/rgerganov/footswitch")
|
||||||
|
|
Reference in a new issue