From 8b2c3daf3b57a7afc87da728252fe0739a9310c5 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Thu, 11 Sep 2014 19:37:15 -0400 Subject: [PATCH] Fix the location of the asdf module for GCL 2.7.0. --- tools/install-asdf.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install-asdf.lisp b/tools/install-asdf.lisp index 3097207b..9afef9a2 100755 --- a/tools/install-asdf.lisp +++ b/tools/install-asdf.lisp @@ -48,7 +48,7 @@ It notably doesn't work on: #+clozure #p"ccl:tools;" #+cmu #p"modules:asdf/" #+(or ecl mkcl) #p"sys:" - #+gcl system:*system-directory* + #+gcl (subpathname system:*system-directory* "../modules/") #+lispworks (system:lispworks-dir "load-on-demand/utilities/") #+sbcl (subpathname (sb-int:sbcl-homedir-pathname) "contrib/") #+scl #p"file://modules/" -- GitLab