Archived
1
0
Fork 0

gnu: footswitch: Remove redundant MKDIR-P.

* gnu/packages/accessibility.scm (footswitch)[arguments]: Remove MKDIR-P
before INSTALL-FILE.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-04 17:06:10 +01:00
parent 92793c7b02
commit bd128d5e88
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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")