From: Kevin M. Rosenberg Date: Mon, 16 Sep 2002 02:09:39 +0000 (+0000) Subject: r2667: Auto commit for Debian build X-Git-Tag: v2.5.5~194 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=465ad17dd7ec04d743a6f0134684de7b809266a5 r2667: Auto commit for Debian build --- 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")) diff --git a/lml.system b/lml.system index 5e89e2c..77f6daa 100644 --- a/lml.system +++ b/lml.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.system,v 1.2 2002/09/16 01:41:16 kevin Exp $ +;;;; $Id: lml.system,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 :cl-user) (mk:defsystem :lml - :source-pathname "CL-LIBRARY:lml;" + :source-pathname "cl-library:lml;" :source-extension "cl" :components ((:file "package")