From 5b2f98573131ce19bb746d801e8f004b880427bf Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 11 Nov 2003 15:41:25 +0000 Subject: [PATCH] r8154: more fixes --- clsql-mysql.asd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 4fcd4eb..feb6d29 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -29,14 +29,14 @@ (probe-file #p"/usr/lib/clsql/uffi.so") (probe-file (make-pathname :directory *asd-file-dir* - :name "uffi" + :name "db-mysql" :type "so"))))) (if searched (list searched) (list (merge-pathnames (make-pathname :name (component-name c) :type "so" - :directory '(:relative "tests")) + :directory '(:relative "db-mysql")) (make-pathname :directory *asd-file-dir*)))))) (defmethod perform ((o load-op) (c clsql-mysql-source-file)) @@ -49,7 +49,7 @@ (make-pathname :name nil :type nil - :directory '(:relative "uffi")) + :directory '(:relative "db-mysql")) (make-pathname :directory *asd-file-dir*))))) (error 'operation-error :component c :operation o))) -- 2.34.1