From 87d89c7bc2ab1aadbd0035397aca025b9162f560 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 4 Jun 2015 00:32:53 +0200 Subject: [PATCH] zfs: fixed usr/sbin link. --- srcpkgs/zfs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template index 0772906ff4a..34400826a4c 100644 --- a/srcpkgs/zfs/template +++ b/srcpkgs/zfs/template @@ -1,7 +1,7 @@ # Template file for 'zfs' pkgname=zfs version=0.6.4.1 -revision=3 +revision=4 wrksrc="${pkgname}-${pkgname}-${version/r/-}" build_style=gnu-configure configure_args="--with-config=user --sbindir=/usr/bin @@ -27,7 +27,7 @@ pre_configure() { tar czf ../clean.tar.gz . } post_install() { - # mount.zfs needs to be in /usr/sbin. + # mount.zfs needs to be in /usr/bin. rm ${DESTDIR}/etc/init.d/zfs vlicense COPYRIGHT