From 31f69a0766f2293dbaa37cbbecf9834d45f68a45 Mon Sep 17 00:00:00 2001 From: gitbarnabedikartola Date: Fri, 27 Oct 2023 03:54:15 +0000 Subject: [PATCH] new version --- PKGBUILD | 6 +++--- zfs.install | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index fcdcc15..63dc062 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.59*xanmod* | rev | cut -d "/" -f1 | rev) +_extramodules=$(find /usr/lib/modules -type d -iname 6.1.60*xanmod* | rev | cut -d "/" -f1 | rev) pkgname="$_linuxprefix-zfs" pkgver=2.1.13 -pkgrel=61591 +pkgrel=61601 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.59*xanmod* | rev | cut -d "/" -f1 | rev) + _kernver=$(find /usr/lib/modules -type d -iname 6.1.60*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 8d854b1..bb034f7 100644 --- a/zfs.install +++ b/zfs.install @@ -1,7 +1,7 @@ -EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.1.59*xanmod* | rev | cut -d "/" -f1 | rev) +EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.1.60*xanmod* | rev | cut -d "/" -f1 | rev) post_install() { - depmod $(find /usr/lib/modules -type d -iname 6.1.59*xanmod* | rev | cut -d "/" -f1 | rev) + depmod $(find /usr/lib/modules -type d -iname 6.1.60*xanmod* | rev | cut -d "/" -f1 | rev) } post_upgrade() {