X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=9ca4433861a84b5765d7fe0bb9a402de359df24c;hb=3da41a34b4439cc643cad154a9a42abe795d0380;hp=761c7249e745f565bab0180351dd8f5e7b75d2dd;hpb=e31570b80732a4fb1d1ea8ed3e18d2ba7330b40c;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 761c7249..9ca44338 100755 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -535,7 +535,7 @@ function mirrorpush() { while read SHASUM SIZE NAME; do if ! [[ -f ${subdir}/${NAME} ]]; then bname=$(basename ${NAME}) - if [[ "${bname}" =~ ^(Packages|Sources|Contents-[a-zA-Z0-9-]+|Translation-[a-zA-Z_]+|Components-[a-zA-Z0-9-]\.yml|icons-(128x128|64x64)\.tar)$ ]]; then + if [[ "${bname}" =~ ^(Packages|Sources|Contents-[a-zA-Z0-9-]+|Translation-[a-zA-Z_]+|Components-[a-zA-Z0-9-]+\.yml|icons-(128x128|64x64)\.tar)$ ]]; then # We don't keep unpacked files, don't check for their existance. # We might want to go and check their unpacked shasum, but right now