Fix for CLISP
authorespen <espen>
Thu, 20 Mar 2008 16:20:53 +0000 (16:20 +0000)
committerespen <espen>
Thu, 20 Mar 2008 16:20:53 +0000 (16:20 +0000)
tools/clg-tools.asd

index a7a8291..d7787e0 100644 (file)
@@ -22,4 +22,4 @@
 ;; For backward compatibility
 (let ((dir (asdf:component-pathname (asdf:find-system :clg-tools))))
   (setf (logical-pathname-translations "clg")
-   `(("**;*.*.*" ,(make-pathname :directory (append (butlast (pathname-directory dir)) (list :wild-inferiors)) :defaults dir)))))
+   `(("**;*.*.*" ,(make-pathname :directory (append (butlast (pathname-directory dir)) (list :wild-inferiors)) #+win32 :defaults #+win32 dir)))))