git: 915d84fbba27 - stable/14 - zstream: avoid absolute symlink

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Tue, 29 Oct 2024 20:36:31 UTC
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=915d84fbba276e2ceac64ff42d3baa7da51cba6a

commit 915d84fbba276e2ceac64ff42d3baa7da51cba6a
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-10-21 17:15:46 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-10-29 20:33:26 +0000

    zstream: avoid absolute symlink
    
    PR:             282192
    Reported by:    wosch
    Fixes:          44877c8db05b
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D47226
    
    (cherry picked from commit 01a5af6a98fc3935b57a5b0616521f46e916caec)
---
 cddl/usr.bin/zstream/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cddl/usr.bin/zstream/Makefile b/cddl/usr.bin/zstream/Makefile
index 4444973b2211..4cd60b3a2f0b 100644
--- a/cddl/usr.bin/zstream/Makefile
+++ b/cddl/usr.bin/zstream/Makefile
@@ -17,7 +17,7 @@ SRCS= \
 	zstream_redup.c \
 	zstream_token.c
 
-SYMLINKS=	${BINDIR}/zstream ${BINDIR}/zstreamdump
+SYMLINKS=	zstream ${BINDIR}/zstreamdump
 
 WARNS?=	2
 CFLAGS+= \