From ff5169c066225f3a47427aaa08792d2579dee5a1 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Wed, 14 Apr 2010 02:36:35 -0400
Subject: [PATCH] 1.678: undo 1.675's fix to bug 562186 for ECL, that doesn't
 like it.

---
 asdf.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/asdf.lisp b/asdf.lisp
index 4d51ef2ad..f59e873aa 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -60,7 +60,7 @@
 (eval-when (:load-toplevel :compile-toplevel :execute)
   (let* ((asdf-version
           ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace
-          (subseq "VERSION:1.677" (1+ (length "VERSION"))))
+          (subseq "VERSION:1.678" (1+ (length "VERSION"))))
          #+allegro (excl::*autoload-package-name-alist* nil)
          (existing-asdf (find-package :asdf))
          (versym '#:*asdf-version*)
@@ -2596,7 +2596,7 @@ with a different configuration, so the configuration would be re-read then."
                    (funcall collect (list trusrc t)))
                   (t
                    (let* ((trudst (make-pathname
-                                   :version :wild
+                                   :version #-ecl :wild #+ecl nil
                                    :defaults (if dst (resolve-location dst t) trusrc)))
                           (wilddst (make-pathname
                                     :name :wild :type :wild :version :wild
-- 
GitLab