Framework: fix a directory mismatch

Reported by: hasan@sunnyvalley.io
This commit is contained in:
Franco Fichtner 2024-01-18 13:22:37 +01:00
parent d27c3f6bc0
commit 1ade0ef804
1 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@ scripts-auto:
done; \
fi
@if [ -d ${.CURDIR}/src/opnsense/scripts/firmware/repos ]; then \
for FILE in $$(cd ${.CURDIR} && find -s \
src/opnsense/scripts/firmware/repos -type f); do \
for FILE in $$(cd ${.CURDIR}/src && find -s \
opnsense/scripts/firmware/repos -type f); do \
echo "${LOCALBASE}/$${FILE#.}" >> ${DESTDIR}/+POST_INSTALL; \
done \
fi