summaryrefslogtreecommitdiffstats
path: root/stage3
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2012-07-09 17:09:02 -0400
committerDJ Delorie <dj@delorie.com>2012-07-09 17:09:02 -0400
commit236c9c246609e0a5c8182ee68c9d2813b1a7be0e (patch)
tree8714bb794cbde135c31c2205e068f5be57affea5 /stage3
parent1426c8dd18fd2e0905d91235f5909cb25395ea8d (diff)
downloadbootstrap.git.DONOTUSE-236c9c246609e0a5c8182ee68c9d2813b1a7be0e.tar.gz
bootstrap.git.DONOTUSE-236c9c246609e0a5c8182ee68c9d2813b1a7be0e.tar.xz
bootstrap.git.DONOTUSE-236c9c246609e0a5c8182ee68c9d2813b1a7be0e.zip
disable %check via .rpmmacros
Diffstat (limited to 'stage3')
-rwxr-xr-xstage38
1 files changed, 8 insertions, 0 deletions
diff --git a/stage3 b/stage3
index ece315c..9456c74 100755
--- a/stage3
+++ b/stage3
@@ -63,6 +63,14 @@ scriptmake()
$1
}
+cat <<EOF > $TOP/.rpmmacros
+
+%check \\
+%%check \\
+exit 0
+
+EOF
+
case "$1" in
"" )
go clean