Skip to content

Commit

Permalink
etc/zfs/Makefile.am: set initconfdir
Browse files Browse the repository at this point in the history
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 openzfs#10375 
Closes openzfs#10376
  • Loading branch information
gyakovlev authored and jsai20 committed Mar 30, 2021
1 parent 4a5af5f commit d3ec35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/zfs/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pkgsysconfdir = $(sysconfdir)/zfs
initconfdir = $(DEFAULT_INITCONF_DIR)

pkgsysconf_DATA = \
vdev_id.conf.alias.example \
Expand Down

0 comments on commit d3ec35f

Please sign in to comment.