make_mirror.sh: remove unnecessary statement

This commit is contained in:
Johannes 'josch' Schauer 2018-10-21 17:55:08 +02:00
parent a45eb846f7
commit 7b4d052653
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -111,7 +111,6 @@ END
| paste -sd " \n" \
| while read name ver arch fname md5; do
dir="${fname%/*}"
basename="${fname##*/}"
# apt stores deb files with the colon encoded as %3a while
# mirrors do not contain the epoch at all #645895
case "$ver" in *:*) ver="${ver%%:*}%3a${ver#*:}";; esac