gnu: ccl: Patch absolute file-name.
* gnu/packages/lisp.scm (ccl)[arguments]: In 'pre-build add substitution for /bin/pwd.
This commit is contained in:
parent
da1b30bd93
commit
bcc6551083
1 changed files with 2 additions and 0 deletions
|
@ -484,6 +484,8 @@ (define-public ccl
|
||||||
;; Enter the source directory for the current platform's lisp
|
;; Enter the source directory for the current platform's lisp
|
||||||
;; kernel, and run 'make clean' to remove the precompiled one.
|
;; kernel, and run 'make clean' to remove the precompiled one.
|
||||||
(lambda _
|
(lambda _
|
||||||
|
(substitute* "lisp-kernel/m4macros.m4"
|
||||||
|
(("/bin/pwd") (which "pwd")))
|
||||||
(chdir (string-append
|
(chdir (string-append
|
||||||
"lisp-kernel/"
|
"lisp-kernel/"
|
||||||
,(match (or (%current-target-system) (%current-system))
|
,(match (or (%current-target-system) (%current-system))
|
||||||
|
|
Loading…
Reference in a new issue