r4806: Auto commit for Debian build
[uffi.git] / debian / rules
index c83af859695202c97489f5f8e7e7fbb978d0c4d3..ff1a1d14d3de49a3c198dfa234c527cf08483b46 100755 (executable)
@@ -11,7 +11,7 @@ clc-systems   := usr/share/common-lisp/systems
 clc-files      := $(clc-source)/$(pkg)
 clc-tests      := $(clc-source)/$(pkg-tests)
 doc-dir                := usr/share/doc/$(debpkg)
-lib-dir                := usr/lib
+lib-dir                := usr/lib/uffi
 
 configure: configure-stamp
 configure-stamp:
@@ -61,7 +61,7 @@ install: build
        dh_installdirs -p $(debpkg-tests) $(clc-tests)/tests $(lib-dir)
        dh_install -p $(debpkg-tests) $(pkg-tests).asd $(clc-tests)
        dh_install -p $(debpkg-tests) "tests/*.lisp" $(clc-tests)/tests
-       dh_install -p $(debpkg-tests) "tests/c-test-fns.so" $(lib-dir)
+       dh_install -p $(debpkg-tests) "tests/uffi-c-test-lib.so" $(lib-dir)
        dh_link -p $(debpkg-tests) $(clc-tests)/$(pkg-tests).asd $(clc-systems)/$(pkg-tests).asd
 
 # Build architecture-independent files here.