We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4713e6 commit 439113bCopy full SHA for 439113b
CMakeLists.txt
@@ -56,4 +56,5 @@ install (FILES data/icons/com.github.tom95.indicator-synapse.svg DESTINATION ${C
56
install (FILES data/icons/com.github.tom95.indicator-synapse.svg DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/icons/hicolor/128x128/apps/)
57
58
# work around elementary/houston requiring an installed "binary"
59
-install (CODE "FILE(WRITE ${CMAKE_INSTALL_PREFIX}/bin/com.github.tom95.indicator-synapse \"\")")
+set (FULL_INSTALL $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX})
60
+install (CODE "FILE(WRITE ${FULL_INSTALL}/bin/com.github.tom95.indicator-synapse \"\")")
0 commit comments