Skip to content

Commit

Permalink
Add zol2zfs-patch.sed to Makefile.am and sort
Browse files Browse the repository at this point in the history
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 <faaland1@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Laager <rlaager@wiktel.com>
Closes openzfs#8710
  • Loading branch information
rlaager authored and allanjude committed Jun 15, 2019
1 parent e54478e commit 8df78a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -18,7 +19,7 @@ EXTRA_DIST = \
man-dates.sh \
paxcheck.sh \
zfs2zol-patch.sed \
cstyle.pl
zol2zfs-patch.sed

define EXTRA_ENVIRONMENT

Expand Down

0 comments on commit 8df78a7

Please sign in to comment.