r2672: *** empty log message ***
[lml.git] / lml.asd
diff --git a/lml.asd b/lml.asd
index 981c61d15a8030caef46446311f062b27743d239..a964fc67791536a41b6877063624b29dfa289cca 100644 (file)
--- a/lml.asd
+++ b/lml.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: lml.asd,v 1.2 2002/09/16 01:41:16 kevin Exp $
+;;;; $Id: lml.asd,v 1.4 2002/09/16 02:56:23 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -19,7 +19,7 @@
 (in-package :asdf)
 
 (defsystem :lml
-    :pathname "CL-LIBRARY:lml;"
+    :pathname "cl-library:lml;"
     :components
     ((:file "package")
      (:file "utils" :depends-on ("package"))
@@ -29,5 +29,5 @@
      (:file "downloads" :depends-on ("lml"))
     ))
 
-(defmethod source-file-type  ((c cl-source-file) (s (eql (find-system :lml)))) 
+(defmethod source-file-type  ((c cl-source-file) (s (eql (find-system 'lml)))) 
    "cl")