add build option to enable/install update desktop entry

This commit is contained in:
2017-10-29 14:28:26 -03:00
parent 47d7184638
commit 282043e753
26 changed files with 235 additions and 7 deletions

View File

@@ -6,13 +6,13 @@ IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/org.pamac.system.conf)
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/org.pamac.system.conf
DESTINATION
/etc/dbus-1/system.d
/usr/share/dbus-1/system.d
)
ELSE()
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/org.pamac.system.conf
DESTINATION
/etc/dbus-1/system.d
/usr/share/dbus-1/system.d
)
ENDIF()