mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
zfs-lts: fix sourcing conf
This commit is contained in:
parent
d3ef6caac6
commit
be7f3aa6a5
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
[ -r conf ] && . conf
|
[ -r conf ] && . ./conf
|
||||||
exec zed -F $OPTS
|
exec zed -F $OPTS
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zfs-lts'
|
# Template file for 'zfs-lts'
|
||||||
pkgname=zfs-lts
|
pkgname=zfs-lts
|
||||||
version=2.1.15
|
version=2.1.15
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
|
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
|
||||||
--with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d
|
--with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d
|
||||||
|
|
Loading…
Add table
Reference in a new issue