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 4c2d7a7 commit 1adad9eCopy full SHA for 1adad9e
CMakeLists.txt
@@ -172,6 +172,6 @@ install(
172
install(CODE "
173
execute_process(
174
COMMAND ${CMAKE_COMMAND} -E create_symlink \
175
- ${CMAKE_INSTALL_FULL_BINDIR}/quickshell ${CMAKE_INSTALL_FULL_BINDIR}/qs
+ ${CMAKE_INSTALL_FULL_BINDIR}/quickshell \$ENV{DESTDIR}${CMAKE_INSTALL_FULL_BINDIR}/qs
176
)
177
")
0 commit comments