Skip to content

Commit

Permalink
zstream: force-install zstreamdump link
Browse files Browse the repository at this point in the history
Accidentally introduced by commit dd00925.

Force-install the zstreamdump link, this is a supported configuration
and the install should not fail if it needs to overwrite an existing
file.

Also cd to work around some funny platforms as noted in AC_PROG_LN_S doc

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Allan Jude <allan@klarasystems.com>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes openzfs#12143
  • Loading branch information
nabijaczleweli authored and behlendorf committed Jun 8, 2021
1 parent a33ccf7 commit 80ce37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zstream/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ zstream_LDADD = \
include $(top_srcdir)/config/CppCheck.am

install-exec-hook:
$(LN_S) zstream $(DESTDIR)$(sbindir)/zstreamdump
cd $(DESTDIR)$(sbindir) && $(LN_S) -f zstream zstreamdump

0 comments on commit 80ce37e

Please sign in to comment.