Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 382875
Collapse All | Expand All

(-)razor-qt/cmake/RazorConfigRegister.cmake (-1 / +1 lines)
Lines 3-9 Link Here
3
    # Create a dummy symlink from desktop file to RAZOR_CONFIG_MODULES_DIR
3
    # Create a dummy symlink from desktop file to RAZOR_CONFIG_MODULES_DIR
4
    # where are expected apps to be listed in razor-config
4
    # where are expected apps to be listed in razor-config
5
    #
5
    #
6
    install(FILES ${DesktopFile} DESTINATION share/razor/razor-config)
6
#    install(FILES ${DesktopFile} DESTINATION share/razor/razor-config)
7
    # code below does not work with rpm building
7
    # code below does not work with rpm building
8
    #   it is not symlinked (duplicated files) but it works at least...
8
    #   it is not symlinked (duplicated files) but it works at least...
9
9

Return to bug 382875