release: Remove errant .endfor
This didn't show up in testing on main or stable/15 because it only
applies for "release" (BETA and onwards) builds.
Fixes: afdc022deb91 ("release: Publish pkgbase-repo.tar")
MFC after: 30 seconds
Sponsored by: https://www.patreon.com/cperciva
This commit is contained in:
@@ -407,7 +407,6 @@ pkgbase-repo-stage:
|
||||
mv pkgbase-repo.tar ${OSRELEASE}-pkgbase-repo.tar
|
||||
cp -p ${RELEASEDIR}/pkgbase/${OSRELEASE}-pkgbase-repo.tar \
|
||||
${PKGBASE_DIR}/Latest/${OSRELEASE}-pkgbase-repo.tar
|
||||
. endfor
|
||||
. for CHECKSUM in ${CHECKSUM_FILES}
|
||||
cd ${RELEASEDIR}/pkgbase && \
|
||||
${CHECKSUM:tl} ${OSRELEASE}-pkgbase-repo.tar > CHECKSUM.${CHECKSUM}
|
||||
|
||||
Reference in New Issue
Block a user