Configure debian package directory
This commit is contained in:
parent
f38d86aeb0
commit
17abdefd20
|
@ -406,12 +406,15 @@ endif()
|
|||
#
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/rpm ${CMAKE_BINARY_DIR}/rpm)
|
||||
install(FILES res/synergy.svg DESTINATION share/icons)
|
||||
configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/deb ${CMAKE_BINARY_DIR}/debian)
|
||||
|
||||
if("${VERSION_MAJOR}" STREQUAL "2")
|
||||
install(FILES res/synergy2.desktop DESTINATION share/applications)
|
||||
else()
|
||||
install(FILES res/synergy.desktop DESTINATION share/applications)
|
||||
endif()
|
||||
|
||||
install(FILES res/synergy.svg DESTINATION share/icons)
|
||||
endif()
|
||||
|
||||
else()
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
synergy (1.9.0~beta1) UNRELEASED; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Symless Ltd <engineering@symless.com> Thu, 27 Apr 2017 13:50:32 +0000
|
|
@ -0,0 +1,5 @@
|
|||
synergy (@SYNERGY_VERSION@~@SYNERGY_VERSION_STAGE@) unstable; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Symless Ltd <engineering@symless.com> @SYNERGY_RELEASE_DATE@
|
Loading…
Reference in New Issue