]> git.proxmox.com Git - mirror_zfs.git/commitdiff
etc/zfs/Makefile.am: set initconfdir
authorGeorgy Yakovlev <168902+gyakovlev@users.noreply.github.com>
Thu, 28 May 2020 00:22:19 +0000 (00:22 +0000)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 00:22:19 +0000 (17:22 -0700)
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

etc/zfs/Makefile.am

index 81567a4fa0f543ebb0d74923d3ef4c9144087e30..5370f41bd0f70ecef144a08d52d854b86ac31f43 100644 (file)
@@ -1,4 +1,5 @@
 pkgsysconfdir = $(sysconfdir)/zfs
+initconfdir = $(DEFAULT_INITCONF_DIR)
 
 pkgsysconf_DATA = \
        vdev_id.conf.alias.example \