Add comment about odd md5sum/sha1sum generation algorithm

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3585 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-02-25 17:06:36 +00:00
parent aa751c1740
commit 7c2c8f495c

View File

@ -443,6 +443,10 @@ progress_message "Creating md5sums and sha1sums"
rm -f $VERSION.md5sums $VERSION.sha1sums rm -f $VERSION.md5sums $VERSION.sha1sums
#
# The following rather awkward algorithm gets around the problem of builds that don't
# include the RPM
#
for file in *; do for file in *; do
case $file in case $file in
*$VERSION[-.]*tgz|*$VERSION[-.]*rpm|*$VERSION[-.]*bz2) *$VERSION[-.]*tgz|*$VERSION[-.]*rpm|*$VERSION[-.]*bz2)