[packages/rpm-build-tools] - builder: add new kernel build infra support to alt-kernel option

baggins baggins at pld-linux.org
Sat Aug 1 13:50:08 CEST 2015


commit 5153358cd0d211bb5c3c6e538f5c90e31570f153
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Aug 1 13:49:41 2015 +0200

    - builder: add new kernel build infra support to alt-kernel option

 builder.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/builder.sh b/builder.sh
index 52d306a..160c418 100755
--- a/builder.sh
+++ b/builder.sh
@@ -2315,7 +2315,7 @@ while [ $# -gt 0 ]; do
 			;;
 		--alt_kernel)
 			shift
-			RPMOPTS="${RPMOPTS} --define \"alt_kernel $1\""
+			RPMOPTS="${RPMOPTS} --define \"alt_kernel $1\" --define \"build_kernels $1\""
 			shift
 			;;
 		--short-circuit)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/5153358cd0d211bb5c3c6e538f5c90e31570f153



More information about the pld-cvs-commit mailing list