From 465ad17dd7ec04d743a6f0134684de7b809266a5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 16 Sep 2002 02:09:39 +0000 Subject: [PATCH] r2667: Auto commit for Debian build --- lml.asd | 4 ++-- lml.system | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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") -- 2.34.1