From d9afb21775a4d8d514524fc5c609901a1c74dd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Sat, 8 Oct 2016 20:50:35 +0200 Subject: [PATCH] tests: adjust paths --- src/tests/config.lsp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/config.lsp.in b/src/tests/config.lsp.in index b638da87b..417fa5707 100755 --- a/src/tests/config.lsp.in +++ b/src/tests/config.lsp.in @@ -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")