X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.asd;h=379d79066c6c9729a6907edbe0e37d3b73a28eff;hb=465ad17dd7ec04d743a6f0134684de7b809266a5;hp=981c61d15a8030caef46446311f062b27743d239;hpb=b1bd6d92c2525f8ea9b05a784e22a0ba88b61559;p=lml.git diff --git a/lml.asd b/lml.asd index 981c61d..379d790 100644 --- 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.3 2002/09/16 02:09:39 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"))