Skip to content

Commit 66929f6

Browse files
authored
man: move zfs_prepare_disk.8 to nodist_man_MANS
The commit b53077a added zfs_prepare_disk.8 to the wrong list dist_man_MANS, in which @zfsexecdir@ will not be properly substituted. This leads to wrong path in the manpage in generated release tarballs. Reported-by: Benda Xu <[email protected]> Reviewed-by: Tony Hutter <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Shengqi Chen <[email protected]> Closes #15979
1 parent ea2862c commit 66929f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ dist_man_MANS = \
6262
%D%/man8/zfs-userspace.8 \
6363
%D%/man8/zfs-wait.8 \
6464
%D%/man8/zfs_ids_to_path.8 \
65-
%D%/man8/zfs_prepare_disk.8 \
6665
%D%/man8/zgenhostid.8 \
6766
%D%/man8/zinject.8 \
6867
%D%/man8/zpool.8 \
@@ -115,7 +114,8 @@ endif
115114

116115
nodist_man_MANS = \
117116
%D%/man8/zed.8 \
118-
%D%/man8/zfs-mount-generator.8
117+
%D%/man8/zfs-mount-generator.8 \
118+
%D%/man8/zfs_prepare_disk.8
119119

120120
dist_noinst_DATA += $(dist_noinst_man_MANS) $(dist_man_MANS)
121121

0 commit comments

Comments
 (0)