aboutsummaryrefslogtreecommitdiffstats
path: root/main/zfs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/zfs/APKBUILD')
-rw-r--r--main/zfs/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/zfs/APKBUILD b/main/zfs/APKBUILD
index 504ba8e4dc6..63bd38750f1 100644
--- a/main/zfs/APKBUILD
+++ b/main/zfs/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=zfs
pkgver=0.8.3
-pkgrel=0
+pkgrel=1
pkgdesc="ZFS for Linux"
url="http://zfsonlinux.org"
arch="all !armhf !armv7"
@@ -19,6 +19,9 @@ source="https://github.com/zfsonlinux/zfs/releases/download/zfs-$pkgver/zfs-$pkg
prepare() {
default_prepare
autoreconf -vif
+
+ # Upstream forgot to remove tainted files from the tarball...
+ rm etc/init.d/zfs etc/init.d/zfs-functions
}
build() {