X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.asd;h=675a2ac32708ec84d68d1ce5648986cbcccaec85;hb=d2666f7b4a5bf839ad5749394498e4265249fd04;hp=009217555237a931b8bc8dfba342677268d0a66d;hpb=e3924d6e872f06dce33c923b15c5d30baa31460c;p=clsql.git diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 0092175..675a2ac 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -64,10 +64,10 @@ (error 'operation-error :component c :operation o)))) (defmethod operation-done-p ((o compile-op) (c clsql-mysql-source-file)) - (or (and (probe-file #p"/usr/lib/clsql/clsql_mysql.so") t) + (or (and (probe-file #p"/usr/lib/clsql_mysql.so") t) (let ((lib (make-pathname :defaults (component-pathname c) :type (uffi:default-foreign-library-type)))) - (and (probe-file lib) + (and (probe-file lib) (probe-file (component-pathname c)) (> (file-write-date lib) (file-write-date (component-pathname c))))))) ;;; System definition