[packages/rpm-build-tools] builder: add --noinit alias

glen glen at pld-linux.org
Sun Oct 7 00:01:23 CEST 2012


commit 89e05bdd0ae59197bdbd0369a7915e3b92d86af7
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Oct 7 01:01:03 2012 +0300

    builder: add --noinit alias

 builder.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/builder.sh b/builder.sh
index 0c7c8aa..f8342a0 100755
--- a/builder.sh
+++ b/builder.sh
@@ -2205,7 +2205,7 @@ while [ $# -gt 0 ]; do
 		-pm | --prefer-mirrors )
 			PREFMIRRORS="yes"
 			shift;;
-		--no-init )
+		--noinit | --no-init )
 			NOINIT="yes"
 			shift;;
 		--opts )
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list