etc/zfs/Makefile.am: set initconfdir
The initconfdir variable is not defined in etc/zfs/Makefile, so the sed code does not perform the correct replacement. Reviewed-by: Richard Yao <ryao@gentoo.org> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Issue #10375 Closes #10376
This commit is contained in:
parent
4f8b2356cc
commit
40f96f4643
|
@ -1,4 +1,5 @@
|
||||||
pkgsysconfdir = $(sysconfdir)/zfs
|
pkgsysconfdir = $(sysconfdir)/zfs
|
||||||
|
initconfdir = $(DEFAULT_INITCONF_DIR)
|
||||||
|
|
||||||
pkgsysconf_DATA = \
|
pkgsysconf_DATA = \
|
||||||
vdev_id.conf.alias.example \
|
vdev_id.conf.alias.example \
|
||||||
|
|
Loading…
Reference in New Issue