1.0.1.22:
authorJuho Snellman <jsnell@iki.fi>
Thu, 11 Jan 2007 20:58:15 +0000 (20:58 +0000)
committerJuho Snellman <jsnell@iki.fi>
Thu, 11 Jan 2007 20:58:15 +0000 (20:58 +0000)
        Handle PATHNAME-DEVICE in ASDF-INSTALL:DIRECTORIFY (thanks to
        Yaroslav Kavenchuk).

contrib/asdf-install/installer.lisp
version.lisp-expr

index 4dd97a5..39dc46c 100644 (file)
@@ -13,7 +13,8 @@
         (merge-pathnames
          (make-pathname :directory `(:relative ,(pathname-name path)))
          (make-pathname :directory (pathname-directory path)
-                        :host (pathname-host path)))
+                        :host (pathname-host path)
+                        :device (pathname-device path)))
         path)))
 
 (defvar *sbcl-home* (directorify (posix-getenv "SBCL_HOME")))
index 7721cb3..82304ff 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.1.21"
+"1.0.1.22"