Richard Ulrich <ri...@paraeasy.ch> writes: > I want to package a library which hast the following lines in > CMakeLists.txt
> IF(CMAKE_SIZEOF_VOID_P EQUAL 8) > SET(LIBDIR lib64) > ELSE (CMAKE_SIZEOF_VOID_P EQUAL 8) > SET(LIBDIR lib) > ENDIF(CMAKE_SIZEOF_VOID_P EQUAL 8) > now, how do I have to handle this in debian/libxyz.install? On Debian, you should always install into lib and never use lib64. (Eventually, you may want to use the multiarch directory, but it will still not be lib64.) -- Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/877h8u20x5....@windlord.stanford.edu