Skip to content

Commit

Permalink
install: Prepend ${DESTDIR} when creating hyprland symbolic link (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyingchao authored Aug 11, 2024
1 parent 511eea7 commit 118d4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ install(
CODE "execute_process( \
COMMAND ${CMAKE_COMMAND} -E create_symlink \
${CMAKE_INSTALL_FULL_BINDIR}/Hyprland \
${CMAKE_INSTALL_FULL_BINDIR}/hyprland
\"\$ENV{DESTDIR}${CMAKE_INSTALL_FULL_BINDIR}/hyprland\" \
)")

# session file
Expand Down

0 comments on commit 118d4e1

Please sign in to comment.