From 0a4b7b8e314b66c694770e8e8bd6e8a7297d6c56 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 12 Jul 2024 18:52:08 +0200 Subject: [PATCH] thanks ikalco --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9752e23..7815dfee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -308,8 +308,8 @@ install(TARGETS Hyprland) install(CODE "execute_process( \ COMMAND ${CMAKE_COMMAND} -E create_symlink \ - ${CMAKE_INSTALL_BINDIR}/Hyprland \ - ${CMAKE_INSTALL_BINDIR}/hyprland + ${CMAKE_INSTALL_FULL_BINDIR}/Hyprland \ + ${CMAKE_INSTALL_FULL_BINDIR}/hyprland )" )