diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-20 21:44:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-20 21:44:08 +0200 |
commit | fea5c961aec07b4d5c73efcbfe66f032a2bbe1b1 (patch) | |
tree | 6b9097621aac351c7121b5c707bacddffe5f3153 /src/plugins/scripts/python | |
parent | 86772181c85d3a9c48d5d84f7ffc1974adfe83cb (diff) | |
download | weechat-fea5c961aec07b4d5c73efcbfe66f032a2bbe1b1.zip |
Fix cmake directories: let user customize lib, share, locale and include directories (patch #6922)
Diffstat (limited to 'src/plugins/scripts/python')
-rw-r--r-- | src/plugins/scripts/python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/python/CMakeLists.txt b/src/plugins/scripts/python/CMakeLists.txt index 8495c3290..33ff07edd 100644 --- a/src/plugins/scripts/python/CMakeLists.txt +++ b/src/plugins/scripts/python/CMakeLists.txt @@ -25,4 +25,4 @@ IF(PYTHON_FOUND) TARGET_LINK_LIBRARIES(python ${PYTHON_LIBRARY} weechat_scripts) ENDIF(PYTHON_FOUND) -INSTALL(TARGETS python LIBRARY DESTINATION lib/weechat/plugins) +INSTALL(TARGETS python LIBRARY DESTINATION ${LIBDIR}/plugins) |