diff --git a/debian/patches/001-use-bash-in-makefile.patch b/debian/patches/001-use-bash-in-makefile.patch index da9907a..2f2982f 100644 --- a/debian/patches/001-use-bash-in-makefile.patch +++ b/debian/patches/001-use-bash-in-makefile.patch @@ -4,7 +4,7 @@ Description: Ensure make uses bash as its shell dash. And dash does not support such constructs. So have make use /bin/bash as its shell. Author: Alan M Varghese -Last-Update: 2024-10-11 +Last-Update: 2025-03-09 Forwarded: not-needed --- a/Makefile +++ b/Makefile @@ -12,5 +12,5 @@ Forwarded: not-needed PREFIX = /usr/local +SHELL = /bin/bash - legacyrenderer: - cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:STRING=${PREFIX} -DLEGACY_RENDERER:BOOL=true -S . -B ./buildZ + stub: + @echo "Do not run $(MAKE) directly without any arguments. Please refer to the wiki on how to compile Hyprland."