aboutsummaryrefslogtreecommitdiffstats
path: root/macroszification
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2000-07-22 19:46:31 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2000-07-22 19:46:31 +0000
commitc54badafef4f2cecc7c24d57a4a6d2d2d54f1d7a (patch)
treedfccb6e8df6a6cd6356801b5ff736dc5843eb927 /macroszification
parentf4845450b04de18b9a5080d960c2f02657d3481f (diff)
downloadspec-helper-c54badafef4f2cecc7c24d57a4a6d2d2d54f1d7a.tar
spec-helper-c54badafef4f2cecc7c24d57a4a6d2d2d54f1d7a.tar.gz
spec-helper-c54badafef4f2cecc7c24d57a4a6d2d2d54f1d7a.tar.bz2
spec-helper-c54badafef4f2cecc7c24d57a4a6d2d2d54f1d7a.tar.xz
spec-helper-c54badafef4f2cecc7c24d57a4a6d2d2d54f1d7a.zip
checking configure/makeinstall only if there is no nocheck
Diffstat (limited to 'macroszification')
-rw-r--r--macroszification2
1 files changed, 1 insertions, 1 deletions
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;