Switch from package name to package to include package version in source directory.

This commit is contained in:
inference 2022-12-30 14:50:58 +00:00
parent 7ab97ab425
commit 363658a5b2

View File

@ -39,7 +39,7 @@ install_sources() {
done
fi
mv "${WORKDIR}"/inf-kernel* "${ED}"/src/${PN} || die
mv "${WORKDIR}"/inf-kernel* "${ED}"/src/${P} || die
if [[ -n ${UNIPATCH_DOCS} ]]; then
for i in ${UNIPATCH_DOCS}; do