linux-fresnel-fourier: fix headers pkg — install -d usr/src before symlink

This commit is contained in:
2026-05-09 17:45:56 +00:00
parent 83ecae29bf
commit 7fbe289767
+1
View File
@@ -121,6 +121,7 @@ _package-headers() {
find . -name 'Kbuild' -exec install -Dm644 {} "${_builddir}/{}" \;
find . -name 'Kconfig*' -exec install -Dm644 {} "${_builddir}/{}" \;
install -d "${pkgdir}/usr/src"
ln -sr "${_builddir}" "${pkgdir}/usr/src/${pkgbase}"
}