forked from josch/mmdebstrap
make_mirror.sh: remove unnecessary statement
This commit is contained in:
parent
a45eb846f7
commit
7b4d052653
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue