[Kde-bindings] [Bug 181872] Large parts of the installation does not respect prefix
Ben Boeckel
MathStuf at gmail.com
Sun Jan 25 19:24:40 UTC 2009
http://bugs.kde.org/show_bug.cgi?id=181872
Ben Boeckel MathStuf gmail com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |MathStuf at gmail.com
--- Comment #2 from Ben Boeckel <MathStuf gmail com> 2009-01-25 20:24:39 ---
It seems as though the following does not use CMAKE_INSTALL_PREFIX:
ruby/qtruby/CMakeLists.txt:
SET(CUSTOM_RUBY_SITE_ARCH_DIR ${RUBY_SITE_ARCH_DIR} CACHE DIR "custom
installation directory for ruby binary extension" )
SET(CUSTOM_RUBY_SITE_LIB_DIR ${RUBY_SITE_LIB_DIR} CACHE DIR "custom
installation directory for ruby extension" )
python/pykde4/CMakeLists.txt:
PYTHON_INSTALL(${CMAKE_CURRENT_BINARY_DIR}/pykdeconfig.py
${PYTHON_SITE_PACKAGES_DIR}/PyKDE4)
Maybe these are getting in the way of having the prefix set correctly. I'm not
sure, but maybe this needs fixing in Python and Ruby CMake configs?
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kde-bindings
mailing list