From 8749f12ed9f0ff27d01515345f24961c38379404 Mon Sep 17 00:00:00 2001 From: "alan (NyxTrail)" Date: Sun, 9 Mar 2025 06:09:20 +0000 Subject: [PATCH] Updated patches for 0.47.2 --- debian/patches/001-use-bash-in-makefile.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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."