Package: acpica-unix / 20250404-1

template.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Add in a needed parameter for a test file template

From: Al Stone <ahs3@redhat.com>


---
 tests/templates/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: acpica-unix-20191213/tests/templates/Makefile
===================================================================
--- acpica-unix-20191213.orig/tests/templates/Makefile
+++ acpica-unix-20191213/tests/templates/Makefile
@@ -26,7 +26,7 @@ $(aml_obj): %.aml:  %.asl
 
 
 templates :
-	sh templates.sh
+	sh templates.sh 1
 
 .PHONY: clean
 clean: