build: avoid creating qs symlink in privileged directory
This commit is contained in:
parent
3f156d6c29
commit
d8fcb2eb6d
1 changed files with 2 additions and 1 deletions
|
@ -170,8 +170,9 @@ install(
|
|||
)
|
||||
|
||||
install(CODE "
|
||||
message(STATUS \"FULL_BINDIR\" ${CMAKE_INSTALL_FULL_BINDIR} \"BINDIR\" ${CMAKE_INSTALL_BINDIR})
|
||||
execute_process(
|
||||
COMMAND ${CMAKE_COMMAND} -E create_symlink \
|
||||
${CMAKE_INSTALL_FULL_BINDIR}/quickshell ${CMAKE_INSTALL_FULL_BINDIR}/qs
|
||||
${CMAKE_INSTALL_FULL_BINDIR}/quickshell ${CMAKE_INSTALL_BINDIR}/qs
|
||||
)
|
||||
")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue