From cc9b432fbe2a11065254b3676293d52e6ceda93c Mon Sep 17 00:00:00 2001 From: bouhaa Date: Mon, 11 Sep 2023 20:09:25 +0200 Subject: [PATCH] Upstream changes do not require removing source anymore. See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d8131c2965d5ee59bfa4d548641e52a13cbe17c9 --- linux/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/PKGBUILD b/linux/PKGBUILD index 349c991..4684e49 100644 --- a/linux/PKGBUILD +++ b/linux/PKGBUILD @@ -167,8 +167,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 links + rm "$modulesdir"/build } _package-headers() {