Remove unneeded patch

This commit is contained in:
alan (NyxTrail) 2024-10-11 13:33:11 +00:00
parent 52e8d45d78
commit 199c263354
No known key found for this signature in database
GPG Key ID: 32C5D29762C48D4A
3 changed files with 1 additions and 19 deletions

View File

@ -1,18 +0,0 @@
Description: Fix symbolic link
Generate symlink with correct PREFIX and DATADIR settings.
Author: Alan M Varghese
Last-Update: 2024-06-15
Forwarded: not-needed
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -338,9 +338,7 @@
install(TARGETS Hyprland)
install(CODE "execute_process( \
- COMMAND ${CMAKE_COMMAND} -E create_symlink \
- ${CMAKE_INSTALL_BINDIR}/Hyprland \
- ${CMAKE_INSTALL_BINDIR}/hyprland
+ COMMAND bash -c \"cd $PREFIX/${CMAKE_INSTALL_BINDIR} && ln -sf Hyprland hyprland \"
)"
)

View File

@ -1,4 +1,4 @@
001-use-bash-in-makefile.patch
002-use-system-udis86.patch
003-use-system-hyprland-protocols.patch
005-add-fortify-flags-for-subprojects.patch
004-add-fortify-flags-for-subprojects.patch