mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
Correct sha1/md5 sum generation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3583 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4cbd7d7730
commit
aa751c1740
@ -445,7 +445,7 @@ rm -f $VERSION.md5sums $VERSION.sha1sums
|
||||
|
||||
for file in *; do
|
||||
case $file in
|
||||
*tgz|*rpm|*bz2)
|
||||
*$VERSION[-.]*tgz|*$VERSION[-.]*rpm|*$VERSION[-.]*bz2)
|
||||
do_or_die "md5sum $file >> $VERSION.md5sums"
|
||||
do_or_die "sha1sum $file >> $VERSION.sha1sums"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user