diff options
Diffstat (limited to 'devel/cl-asdf/files/patch-asdf.lisp')
-rw-r--r-- | devel/cl-asdf/files/patch-asdf.lisp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/cl-asdf/files/patch-asdf.lisp b/devel/cl-asdf/files/patch-asdf.lisp new file mode 100644 index 000000000000..87ef4c51cbbb --- /dev/null +++ b/devel/cl-asdf/files/patch-asdf.lisp @@ -0,0 +1,12 @@ +--- asdf.lisp.orig Thu Mar 20 13:58:09 2003 ++++ asdf.lisp Thu Mar 20 13:58:49 2003 +@@ -322,8 +322,7 @@ + + (defvar *central-registry* + '(*default-pathname-defaults* +- #+nil "/home/dan/src/sourceforge/cclan/asdf/systems/" +- #+nil "telent:asdf;systems;")) ++ "/usr/local/lib/common-lisp/system-registry/")) + + (defun sysdef-central-registry-search (system) + (let ((name (coerce-name system))) |