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:
Georgy Yakovlev 2020-05-28 00:22:19 +00:00 committed by GitHub
parent 4f8b2356cc
commit 40f96f4643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
pkgsysconfdir = $(sysconfdir)/zfs
initconfdir = $(DEFAULT_INITCONF_DIR)
pkgsysconf_DATA = \
vdev_id.conf.alias.example \