2
0
Fork 0
forked from mirror/zfs-utils

Add support for compatibility option files

This commit is contained in:
Jonathon Fernyhough 2022-11-05 12:26:15 +00:00
parent bc1ae33044
commit 24da71fb0c
No known key found for this signature in database
GPG key ID: 9C08A255442FAFF0
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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