updated on Tue Jan 24 08:00:27 UTC 2012
[aur-mirror.git] / cairo-dock-plug-ins / python2.patch
blob484ef4f04042df995729777f408e10265c6cf888
1 --- cairo-dock-plug-ins/CMakeLists.txt 2011-06-20 05:06:14.814428000 +0600
2 +++ cairo-dock-plug-ins-build/CMakeLists.txt 2011-06-20 05:14:19.940465986 +0600
3 @@ -197,7 +197,7 @@
4 ############# DBUS #################
5 message (STATUS "> DBus:")
6 message (STATUS " * Python:")
7 -find_program (PYTHON_EXECUTABLE python)
8 +find_program (PYTHON_EXECUTABLE python2)
9 EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c "import sys; print sys.version" OUTPUT_VARIABLE PYTHON_VERSION)
10 if ("${PYTHON_VERSION}" STREQUAL "")
11 message (STATUS "Could not find Python, won't install Python interface.")