Skip to content

Commit 066fa93

Browse files
committed
Replace custom install with proper file
1 parent 439113b commit 066fa93

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,4 @@ install (FILES data/icons/com.github.tom95.indicator-synapse.svg DESTINATION ${C
5656
install (FILES data/icons/com.github.tom95.indicator-synapse.svg DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/icons/hicolor/128x128/apps/)
5757

5858
# work around elementary/houston requiring an installed "binary"
59-
set (FULL_INSTALL $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX})
60-
install (CODE "FILE(WRITE ${FULL_INSTALL}/bin/com.github.tom95.indicator-synapse \"\")")
59+
install (FILES data/com.github.tom95.indicator-synapse DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)

data/com.github.tom95.indicator-synapse

Whitespace-only changes.

0 commit comments

Comments
 (0)