mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: ccl: Forcibly set CCL_DEFAULT_DIRECTORY.
* gnu/packages/lisp.scm (ccl)[arguments]: Unconditionally set the CCL_DEFAULT_DIRECTORY environment variable in the wrapper script. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
fc7d5a34d0
commit
58b240783c
1 changed files with 1 additions and 3 deletions
|
@ -483,9 +483,7 @@ (define-public ccl
|
|||
(display
|
||||
(string-append
|
||||
"#!" bash "/bin/sh\n"
|
||||
"if [ -z \"$CCL_DEFAULT_DIRECTORY\" ]; then\n"
|
||||
" CCL_DEFAULT_DIRECTORY=" libdir "\n"
|
||||
"fi\n"
|
||||
"CCL_DEFAULT_DIRECTORY=" libdir "\n"
|
||||
"export CCL_DEFAULT_DIRECTORY\n"
|
||||
"exec " libdir kernel "\n"))))
|
||||
(chmod wrapper #o755)))
|
||||
|
|
Loading…
Reference in a new issue