chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
03d9028
)
Fix for CLISP
author
espen
<espen>
Thu, 20 Mar 2008 16:20:53 +0000
(16:20 +0000)
committer
espen
<espen>
Thu, 20 Mar 2008 16:20:53 +0000
(16:20 +0000)
tools/clg-tools.asd
patch
|
blob
|
blame
|
history
diff --git
a/tools/clg-tools.asd
b/tools/clg-tools.asd
index a7a8291059b7f5ef2ee9658b04594be63c064b32..d7787e0987e4efbd50f9f511f097ecc8a7e9d08b 100644
(file)
--- a/
tools/clg-tools.asd
+++ b/
tools/clg-tools.asd
@@
-22,4
+22,4
@@
;; For backward compatibility
(let ((dir (asdf:component-pathname (asdf:find-system :clg-tools))))
(setf (logical-pathname-translations "clg")
;; 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)))))