diff --git a/libraries/repositories b/libraries/repositories index ce4f579..96de5b5 100644 --- a/libraries/repositories +++ b/libraries/repositories @@ -365,5 +365,9 @@ function snapshotPortage() { return 1 fi fi + if [ ! -f ${SNAPSHOTSDIR}/${TARBALL}.DIGESTS ]; then + cd ${SNAPSHOTSDIR} + generateDigests ${TARBALL}.DIGESTS ${TARBALL} || return 1 + fi return 0 }