From c54badafef4f2cecc7c24d57a4a6d2d2d54f1d7a Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Sat, 22 Jul 2000 19:46:31 +0000 Subject: checking configure/makeinstall only if there is no nocheck --- macroszification | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macroszification') diff --git a/macroszification b/macroszification index 5ca1cf5..fab9ea7 100644 --- a/macroszification +++ b/macroszification @@ -58,7 +58,7 @@ fi exit; } -egrep -q "^%configure" $file && { +[[ -z $nocheck ]] && egrep -q "^%configure" $file && { egrep -q "^%makeinstall" $file || { echo "sound like you don't have a %makeinstall" exit; -- cgit v1.2.1