X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.asd;fp=lml.asd;h=3922ecd4c402626aa8a8f9466af03f85ae5bdc0e;hb=025ce77f9a7d85020ca76cc3887e51b6a88b0730;hp=a964fc67791536a41b6877063624b29dfa289cca;hpb=e353aaac49cd38ef3549b5e706ba0eaf48a50b14;p=lml.git diff --git a/lml.asd b/lml.asd index a964fc6..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.4 2002/09/16 02:56:23 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"))