X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=clsql-postgresql-socket.system;h=c95b31cff1fa454ea124a04bc40b965ccd601806;hb=f7f74c4b2a0097ae3cff1af4d0f9bc46860fadfb;hp=aa35889c528c60727ec5985bdbab85eb617401a6;hpb=b0459292c51b8de59a10e5ae9f8ead938fa5057c;p=clsql.git diff --git a/clsql-postgresql-socket.system b/clsql-postgresql-socket.system index aa35889..c95b31c 100644 --- a/clsql-postgresql-socket.system +++ b/clsql-postgresql-socket.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-postgresql-socket.system,v 1.7 2002/05/13 22:05:20 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.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 ;;;; @@ -22,9 +22,9 @@ ;;; System definition (defsystem :clsql-postgresql-socket - :source-pathname "CL-LIBRARY:clsql;interfaces;postgresql-socket;" + :source-pathname "cl-library:clsql;interfaces;postgresql-socket;" :source-extension "cl" - :binary-pathname "CL-LIBRARY:clsql;interfaces;postgresql-socket;bin;" + :binary-pathname "cl-library:clsql;interfaces;postgresql-socket;bin;" :components ((:file "postgresql-socket-package") (:file "postgresql-socket-api" :depends-on ("postgresql-socket-package"))