diff options
author | Richard Laager <[email protected]> | 2019-05-06 17:11:42 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-05-08 11:00:11 -0700 |
commit | 3b770842d58ccea70f4217f573bcf529df10fcd0 (patch) | |
tree | 63613fbf8790b726f4cc41bfb7cf39ee504d1c82 /scripts | |
parent | e7ce9759accfe973027a20928b1e2af46058190a (diff) |
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8710
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 18a9449cf..11e963c52 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 |