From d3ef6caac6523c127f7c7ee9e851dbe11dd7dd1c Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 11 Jun 2024 17:52:08 -0400 Subject: [PATCH] zfs: fix sourcing conf --- srcpkgs/zfs/files/zed/run | 2 +- srcpkgs/zfs/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zfs/files/zed/run b/srcpkgs/zfs/files/zed/run index 63deda22b50..58ff3a829f7 100755 --- a/srcpkgs/zfs/files/zed/run +++ b/srcpkgs/zfs/files/zed/run @@ -1,4 +1,4 @@ #!/bin/sh exec 2>&1 -[ -r conf ] && . conf +[ -r conf ] && . ./conf exec zed -F $OPTS diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template index 37bd81b0032..e2a1d186674 100644 --- a/srcpkgs/zfs/template +++ b/srcpkgs/zfs/template @@ -1,7 +1,7 @@ # Template file for 'zfs' pkgname=zfs version=2.2.4 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-config=user --with-mounthelperdir=/usr/bin --with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d