chiark / gitweb /
Minor change
authorespen <espen>
Wed, 26 Apr 2006 12:36:46 +0000 (12:36 +0000)
committerespen <espen>
Wed, 26 Apr 2006 12:36:46 +0000 (12:36 +0000)
README

diff --git a/README b/README
index 565e2b72b1292f0153a9bca3cddfb5e6ae2f1015..f40642b50360555fa79135ebd3874c2ac82e0bf7 100644 (file)
--- a/README
+++ b/README
@@ -52,9 +52,8 @@ Build instructions
 
    - Make sure ASDF finds the system definition files:
        
-       (push 
-       #+sbcl(truename #p"clg:systems") 
-       #+cmu(concatenate 'string (unix-namestring #p"clg:systems") "/")
+       (push
+       (logical-pathname-translations "clg:systems;") 
        asdf:*central-registry*)
 
      When checking out of CVS also do the following: