Fix build

This commit is contained in:
Jan Alexander Steffens (heftig) 2023-10-31 13:14:30 +00:00
parent af4715d5ae
commit 3175f498d2
No known key found for this signature in database
GPG Key ID: 3B94A80E50A477C7

View File

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