Author: coolo Date: Thu Jan 31 16:10:54 2008 New Revision: 44074 URL: http://svn.opensuse.org/viewcvs/yast?rev=44074&view=rev Log: I think that's a nicer location Modified: trunk/qt/src/CMakeLists.txt Modified: trunk/qt/src/CMakeLists.txt URL: http://svn.opensuse.org/viewcvs/yast/trunk/qt/src/CMakeLists.txt?rev=44074&r1=44073&r2=44074&view=diff ============================================================================== --- trunk/qt/src/CMakeLists.txt (original) +++ trunk/qt/src/CMakeLists.txt Thu Jan 31 16:10:54 2008 @@ -5,7 +5,7 @@ -DQT_LOCALEDIR=\\\"${CMAKE_INSTALL_PREFIX}/share/qt4/translations\\\" -DICONDIR=\\"${Y2QT_ICONDIR}\\" -DLOCALEDIR=\\\"${Y2QT_LOCALEDIR}\\\" - -DLANG_FONTS_FILE=\\\"${CMAKE_INSTALL_PREFIX}/share/fonts/lang_fonts\\\" + -DLANG_FONTS_FILE=\\\"${CMAKE_INSTALL_PREFIX}/share/YaST2/data/lang_fonts\\\" -DTHEMEDIR=\\\"${Y2QT_THEMEDIR}\\\" -DQTLIBDIR=\\\"${LIB_INSTALL_DIR}\\\" ) @@ -93,7 +93,7 @@ INSTALL(TARGETS py2qt LIBRARY DESTINATION ${YAST_PLUGIN_DIR} ) -INSTALL(FILES lang_fonts DESTINATION ${CMAKE_INSTALL_PREFIX}/share/fonts ) +INSTALL(FILES lang_fonts DESTINATION ${CMAKE_INSTALL_PREFIX}/share/YaST2/data ) ADD_SUBDIRECTORY(pkg) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org