summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2022-11-05 12:26:15 +0000
committerJonathon Fernyhough2022-11-05 12:26:15 +0000
commit24da71fb0cf8587894afca01fb32eed4a45f12a2 (patch)
tree2fb7e4d7f97b4733de3ce07e6a9f82b676dc8653
parentbc1ae3304485ac89aeab2804c7e3c6f2bd3459b6 (diff)
downloadaur-24da71fb0cf8587894afca01fb32eed4a45f12a2.tar.gz
Add support for compatibility option files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8690b1eff46..b790a2a1d539 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zfs-utils
pkgdesc = Userspace utilities for the Zettabyte File System.
pkgver = 2.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://zfsonlinux.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 675ece669cd6..6c70dce82cee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=zfs-utils
pkgver=2.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace utilities for the Zettabyte File System."
arch=("i686" "x86_64" "aarch64")
url="https://zfsonlinux.org/"
@@ -63,7 +63,8 @@ package() {
#rm -r "${pkgdir}"/usr/lib/dracut
rm -r "${pkgdir}"/usr/lib/modules-load.d
rm -r "${pkgdir}"/usr/share/initramfs-tools
- rm -r "${pkgdir}"/usr/share/zfs
+ rm -r "${pkgdir}"/usr/share/zfs/*.sh
+ rm -r "${pkgdir}"/usr/share/zfs/{runfiles,test-runner,zfs-tests}
install -D -m644 "${srcdir}"/zfs.initcpio.hook "${pkgdir}"/usr/lib/initcpio/hooks/zfs
install -D -m644 "${srcdir}"/zfs.initcpio.install "${pkgdir}"/usr/lib/initcpio/install/zfs