summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Gorski2023-08-30 16:48:25 +0200
committerPiotr Gorski2023-08-30 16:48:25 +0200
commitb9a9df50ab6671ee23857a5060dcfd844c50578a (patch)
treea912e9d9c4e05d85698a9999ddf2b8cedec68dbb /PKGBUILD
parent8981a3c417c29e6c086193325df5b3b4e7a1ca91 (diff)
downloadaur-b9a9df50ab6671ee23857a5060dcfd844c50578a.tar.gz
Fix the packaging error
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15dbfdac4900..180bfecd9e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ _disable_debug=y
### Do not edit below this line unless you know what you're doing
pkgbase=linux-next-git
-pkgver=20230829.r0.gae782d4e2bf5
+pkgver=20230830.r0.g56585460cc2e
_srcname=linux-next
pkgrel=1
pkgdesc='Linux NEXT'
@@ -229,8 +229,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() {