Skip to content

Commit d484a72

Browse files
zstream: force-install zstreamdump link
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 <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Allan Jude <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12143
1 parent 102c91b commit d484a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/zstream/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ zstream_LDADD = \
1717
include $(top_srcdir)/config/CppCheck.am
1818

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

0 commit comments

Comments
 (0)