Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 718960 | Differences between
and this patch

Collapse All | Expand All

(-)Uranium-4.5.0/cmake/UraniumPluginInstall.cmake.orig (-1 / +1 lines)
Lines 84-90 Link Here
84
        message(STATUS "[+] PLUGIN TO INSTALL: ${_rel_plugin_dir}")
84
        message(STATUS "[+] PLUGIN TO INSTALL: ${_rel_plugin_dir}")
85
        get_filename_component(_rel_plugin_parent_dir ${_rel_plugin_dir} DIRECTORY)
85
        get_filename_component(_rel_plugin_parent_dir ${_rel_plugin_dir} DIRECTORY)
86
        install(DIRECTORY ${_rel_plugin_dir}
86
        install(DIRECTORY ${_rel_plugin_dir}
87
                DESTINATION lib${LIB_SUFFIX}/uranium/${_rel_plugin_parent_dir}
87
		DESTINATION ${CMAKE_INSTALL_LIBDIR}/uranium/${_rel_plugin_parent_dir}
88
                PATTERN "__pycache__" EXCLUDE
88
                PATTERN "__pycache__" EXCLUDE
89
                PATTERN "*.qmlc" EXCLUDE
89
                PATTERN "*.qmlc" EXCLUDE
90
                )
90
                )

Return to bug 718960