Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed Jun 22, 2023
1 parent 5cfecca commit 258bb5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Maintainer: Philip Müller <philm[at]manjaro[dot]org>

_linuxprefix=linux-xanmod-lts
_extramodules=$(find /usr/lib/modules -type d -iname 6.1.34*xanmod* | rev | cut -d "/" -f1 | rev)
_extramodules=$(find /usr/lib/modules -type d -iname 6.1.35*xanmod* | rev | cut -d "/" -f1 | rev)

pkgname="$_linuxprefix-zfs"
pkgver=2.1.12
pkgrel=61341
pkgrel=61351
pkgdesc='Kernel modules for the Zettabyte File System.'
arch=('x86_64')
url="http://zfsonlinux.org/"
Expand All @@ -30,7 +30,7 @@ prepare() {
}

build() {
_kernver=$(find /usr/lib/modules -type d -iname 6.1.34*xanmod* | rev | cut -d "/" -f1 | rev)
_kernver=$(find /usr/lib/modules -type d -iname 6.1.35*xanmod* | rev | cut -d "/" -f1 | rev)

cd "zfs-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \
Expand Down
4 changes: 2 additions & 2 deletions zfs.install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.1.34*xanmod* | rev | cut -d "/" -f1 | rev)
EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.1.35*xanmod* | rev | cut -d "/" -f1 | rev)

post_install() {
depmod $(find /usr/lib/modules -type d -iname 6.1.34*xanmod* | rev | cut -d "/" -f1 | rev)
depmod $(find /usr/lib/modules -type d -iname 6.1.35*xanmod* | rev | cut -d "/" -f1 | rev)
}

post_upgrade() {
Expand Down

0 comments on commit 258bb5b

Please sign in to comment.