diff options
author | Georgy Yakovlev <[email protected]> | 2020-05-28 00:22:19 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-27 17:22:19 -0700 |
commit | 40f96f46434633aedd1820980a4c84097cfb7ea7 (patch) | |
tree | dc1ddffcddca763cf13e21e7816fc17ec98c538b | |
parent | 4f8b2356cc98a3cfed2da21c56789593dc8c684f (diff) |
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Georgy Yakovlev <[email protected]>
Issue #10375
Closes #10376
-rw-r--r-- | etc/zfs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/zfs/Makefile.am b/etc/zfs/Makefile.am index 81567a4fa..5370f41bd 100644 --- a/etc/zfs/Makefile.am +++ b/etc/zfs/Makefile.am @@ -1,4 +1,5 @@ pkgsysconfdir = $(sysconfdir)/zfs +initconfdir = $(DEFAULT_INITCONF_DIR) pkgsysconf_DATA = \ vdev_id.conf.alias.example \ |