forked from quickshell/quickshell
build: avoid creating qs symlink in privileged directory
This commit is contained in:
parent
4c2d7a7e41
commit
1adad9e822
1 changed files with 1 additions and 1 deletions
|
@ -172,6 +172,6 @@ install(
|
||||||
install(CODE "
|
install(CODE "
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND ${CMAKE_COMMAND} -E create_symlink \
|
COMMAND ${CMAKE_COMMAND} -E create_symlink \
|
||||||
${CMAKE_INSTALL_FULL_BINDIR}/quickshell ${CMAKE_INSTALL_FULL_BINDIR}/qs
|
${CMAKE_INSTALL_FULL_BINDIR}/quickshell \$ENV{DESTDIR}${CMAKE_INSTALL_FULL_BINDIR}/qs
|
||||||
)
|
)
|
||||||
")
|
")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue