From 02a9e7166785d11aa030383fdf3ec720bd73b69e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 12 Nov 2007 23:00:48 +0100 Subject: Adding option to disable md5sum generation. --- helpers/lh_source_md5sum | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'helpers/lh_source_md5sum') diff --git a/helpers/lh_source_md5sum b/helpers/lh_source_md5sum index bf7f3788b..ccde3091d 100755 --- a/helpers/lh_source_md5sum +++ b/helpers/lh_source_md5sum @@ -38,6 +38,11 @@ then exit 0 fi +if [ "${LH_CHECKSUMS}" != "enabled" ] +then + exit 0 +fi + Echo_message "Begin creating source md5sum.txt..." # Requiring stage file -- cgit v1.2.3