X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.asd;h=3922ecd4c402626aa8a8f9466af03f85ae5bdc0e;hb=ada4dc7c761066cc2d761419a9900e42856f2dfc;hp=379d79066c6c9729a6907edbe0e37d3b73a28eff;hpb=465ad17dd7ec04d743a6f0134684de7b809266a5;p=lml.git diff --git a/lml.asd b/lml.asd index 379d790..3922ecd 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.3 2002/09/16 02:09:39 kevin Exp $ +;;;; $Id: lml.asd,v 1.5 2002/09/16 07:06:54 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,7 +19,8 @@ (in-package :asdf) (defsystem :lml - :pathname "cl-library:lml;" +; :pathname "cl-library:lml;" + :pathname "/usr/share/common-lisp/source/lml/" :components ((:file "package") (:file "utils" :depends-on ("package")) @@ -29,5 +30,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")