r10700: fix xargs chmod
[clsql.git] / clsql-uffi.asd
index d7d4ac61edbf67d38fdb3c21df25ec4e74d6809a..51eb3f1239900ee8e0fb857f82cc2d49f2ff616a 100644 (file)
@@ -70,7 +70,7 @@
       (error 'operation-error :component c :operation o))))
 
 (defmethod operation-done-p ((o compile-op) (c clsql-uffi-source-file))
-  (or (and (probe-file #p"/usr/lib/clsql_uffi.so") t)
+  (or (and (probe-file #p"/usr/lib/clsql/clsql_uffi.so") t)
       (let ((lib (make-pathname :defaults (component-pathname c)
                                :type (uffi:default-foreign-library-type))))
        (and (probe-file lib) (probe-file (component-pathname c))