* All tools:

- Change: In the CMakeLists.txt, in all the install commands remove all
        the leading "/" as they prevents the CMAKE_INSTALL_PREFIX to be took
        into account. It was nevertheless working because buildCoriolis.py was
        using DESTDIR which is prepended anyway.
  * ./goodies:
    - Change: In buildCoriolis.py, no longer uses the DESTDIR but instead
        CMAKE_INSTALL_PREFIX.
This commit is contained in:
Jean-Paul Chaput 2010-05-16 16:34:23 +00:00
parent 53e9b7154d
commit 7e42a2b958
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@
${LEFDEF_LIBRARIES}
${QT_LIBRARIES}
${Boost_LIBRARIES} )
install ( TARGETS ispd DESTINATION /bin )
install ( TARGETS ispd DESTINATION bin )