mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
tests: adjust paths
This commit is contained in:
parent
141eb6d763
commit
d9afb21775
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
with lib-name = (format nil "../lib/ecl-~A/" (lisp-implementation-version))
|
||||
for base in (list root (merge-pathnames lib-name root))
|
||||
when (or (probe-file (merge-pathnames "./BUILD-STAMP" base))
|
||||
(probe-file (merge-pathnames "./LGPL" base)))
|
||||
(probe-file (merge-pathnames "./COPYING" base)))
|
||||
do (return base)))
|
||||
|
||||
(setf (logical-pathname-translations "SYS")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue