From 52eaa01c181511f14b41a4b219fb2c58b2bc8a9b Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Mon, 20 Jan 2014 16:53:32 -0500
Subject: [PATCH] Fix the upgrade punting on harder implementations.

---
 header.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/header.lisp b/header.lisp
index 72cb1628..3659f15a 100644
--- a/header.lisp
+++ b/header.lisp
@@ -72,7 +72,7 @@
       (when (and existing-version
                  (< existing-version-number
                     #+(or allegro clisp lispworks sbcl) 2.0
-                    #+(or allegro clisp lispworks sbcl) 2.27))
+                    #-(or allegro clisp lispworks sbcl) 2.27))
         (rename-package :asdf away)
         (when *load-verbose*
           (format t "~&; Renamed old ~A package away to ~A~%" :asdf away))))))
-- 
GitLab