[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31488] [PATCH] gnu: git: Add "credential-netrc" output.
From: |
Tobias Geerinckx-Rice |
Subject: |
[bug#31488] [PATCH] gnu: git: Add "credential-netrc" output. |
Date: |
Fri, 18 May 2018 13:05:37 +0000 |
May 18, 2018 2:50 PM, "Tobias Geerinckx-Rice" <address@hidden> wrote:
> INSTALL-FILE already implies MKDIR-P. That's one of its main features over
> COPY-FILE.
Or only, in fact.
(define (install-file file directory)
(mkdir-p directory)
(copy-file file (string-append directory "/" (basename file))))
There are quite a few spurious MKDIR-Ps still lurking in Guix that might
have been confusing.
Tidying time,
T G-R
Sent from a Web browser. Excuse or enjoy my brevity.