From 3b770842d58ccea70f4217f573bcf529df10fcd0 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Mon, 6 May 2019 17:11:42 -0500 Subject: [PATCH] Add zol2zfs-patch.sed to Makefile.am and sort In adding man-dates.sh, I noticed that zol2zfs-patch.sed was missing, even though zfs2zol-patch.sed was present. Also, the list was not sorted, so I sorted it. Reviewed-by: Olaf Faaland Reviewed-by: Brian Behlendorf Signed-off-by: Richard Laager Closes #8710 --- scripts/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 18a9449cff..11e963c527 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -8,8 +8,9 @@ dist_pkgdata_SCRIPTS = \ $(top_srcdir)/scripts/zfs-helpers.sh EXTRA_DIST = \ - common.sh.in \ commitcheck.sh \ + common.sh.in \ + cstyle.pl \ dkms.mkconf \ dkms.postbuild \ enum-extract.pl \ @@ -18,7 +19,7 @@ EXTRA_DIST = \ man-dates.sh \ paxcheck.sh \ zfs2zol-patch.sed \ - cstyle.pl + zol2zfs-patch.sed define EXTRA_ENVIRONMENT