Fix build

This commit is contained in:
Jan Alexander Steffens (heftig)
2023-10-31 13:14:30 +00:00
parent af4715d5ae
commit 3175f498d2

View File

@@ -121,8 +121,8 @@ _package() {
ZSTD_CLEVEL=19 make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
# remove build and source links
rm "$modulesdir"/{source,build}
# remove build link
rm "$modulesdir"/build
}
_package-headers() {