From 99f257e84915f2895321f7384c233d3fce56af24 Mon Sep 17 00:00:00 2001 From: gitbarnabedikartola Date: Sun, 3 Sep 2023 17:50:47 +0000 Subject: [PATCH] new version --- PKGBUILD | 6 +++--- zfs.install | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 01646d9..38e253e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,11 +2,11 @@ # Maintainer: Philip Müller _linuxprefix=linux-xanmod-lts -_extramodules=$(find /usr/lib/modules -type d -iname 6.1.50*xanmod* | rev | cut -d "/" -f1 | rev) +_extramodules=$(find /usr/lib/modules -type d -iname 6.1.51*xanmod* | rev | cut -d "/" -f1 | rev) pkgname="$_linuxprefix-zfs" pkgver=2.1.12 -pkgrel=61501 +pkgrel=61511 pkgdesc='Kernel modules for the Zettabyte File System.' arch=('x86_64') url="http://zfsonlinux.org/" @@ -30,7 +30,7 @@ prepare() { } build() { - _kernver=$(find /usr/lib/modules -type d -iname 6.1.50*xanmod* | rev | cut -d "/" -f1 | rev) + _kernver=$(find /usr/lib/modules -type d -iname 6.1.51*xanmod* | rev | cut -d "/" -f1 | rev) cd "zfs-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \ diff --git a/zfs.install b/zfs.install index 40d3b0f..5eacfb1 100644 --- a/zfs.install +++ b/zfs.install @@ -1,7 +1,7 @@ -EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.1.50*xanmod* | rev | cut -d "/" -f1 | rev) +EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.1.51*xanmod* | rev | cut -d "/" -f1 | rev) post_install() { - depmod $(find /usr/lib/modules -type d -iname 6.1.50*xanmod* | rev | cut -d "/" -f1 | rev) + depmod $(find /usr/lib/modules -type d -iname 6.1.51*xanmod* | rev | cut -d "/" -f1 | rev) } post_upgrade() {