mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: simple-texlive-package: Fix shebang patching.
* gnu/packages/tex.scm (simple-texlive-package)[arguments]: Copy the working directory instead of the source directory to the output.
This commit is contained in:
parent
5e61abcaf6
commit
730e7fcb77
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ (define with-documentation?
|
|||
(string-append doc "/doc")))
|
||||
'())
|
||||
(mkdir-p out)
|
||||
(copy-recursively (assoc-ref inputs "source") out)
|
||||
(copy-recursively "." out)
|
||||
,@(if with-documentation?
|
||||
'((delete-file-recursively (string-append out "/doc")))
|
||||
'())
|
||||
|
|
Loading…
Reference in a new issue