Explorar el Código

Fix deb file URLs

master
JustAnotherArchivist hace 3 años
padre
commit
ecf667884b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      deb-repo-urls

+ 1
- 1
deb-repo-urls Ver fichero

@@ -133,7 +133,7 @@ do
fi
if [[ "${filename}" && ${size} -ge 0 ]]
then
debfiles["${archiveRoot}/dists/${distribution}/${filename}"]=${size}
debfiles["${archiveRoot}/${filename}"]=${size}
filename=
size=-1
fi


Cargando…
Cancelar
Guardar