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
|
@ -483,9 +483,7 @@ statistical profiler, a code coverage tool, and many other extensions.")
|
|||
(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 New Issue