X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql.system;h=59465e7b49a15eb658cb3ae63c21aa79ec518376;hp=13c840d7e294d44f2ee5c4206ada28094bc61d8f;hb=f7f74c4b2a0097ae3cff1af4d0f9bc46860fadfb;hpb=b0459292c51b8de59a10e5ae9f8ead938fa5057c diff --git a/clsql-postgresql.system b/clsql-postgresql.system index 13c840d..59465e7 100644 --- a/clsql-postgresql.system +++ b/clsql-postgresql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-postgresql.system,v 1.7 2002/05/13 22:05:20 kevin Exp $ +;;;; $Id: clsql-postgresql.system,v 1.8 2002/07/05 17:05:45 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,9 +20,9 @@ (in-package :make) (defsystem :clsql-postgresql - :source-pathname "CL-LIBRARY:clsql;interfaces;postgresql;" + :source-pathname "cl-library:clsql;interfaces;postgresql;" :source-extension "cl" - :binary-pathname "CL-LIBRARY:clsql;interfaces;postgresql;bin;" + :binary-pathname "cl-library:clsql;interfaces;postgresql;bin;" :source-extension "cl" :components ((:file "postgresql-package") (:file "postgresql-loader" :depends-on ("postgresql-package"))