Updated patches for 0.47.2

This commit is contained in:
alan (NyxTrail) 2025-03-09 06:09:20 +00:00
parent 92cf1718eb
commit 8749f12ed9
No known key found for this signature in database
GPG Key ID: 32C5D29762C48D4A
1 changed files with 3 additions and 3 deletions

View File

@ -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."