diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-22 19:46:31 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-22 19:46:31 +0000 |
commit | c54badafef4f2cecc7c24d57a4a6d2d2d54f1d7a (patch) | |
tree | dfccb6e8df6a6cd6356801b5ff736dc5843eb927 /macroszification | |
parent | f4845450b04de18b9a5080d960c2f02657d3481f (diff) | |
download | spec-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-- | macroszification | 2 |
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; |