make_mirror.sh: remove unnecessary statement

debextract
parent a45eb846f7
commit 7b4d052653
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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

Loading…
Cancel
Save