git: 01a5af6a98fc - main - zstream: avoid absolute symlink

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Sat, 26 Oct 2024 12:53:25 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=01a5af6a98fc3935b57a5b0616521f46e916caec

commit 01a5af6a98fc3935b57a5b0616521f46e916caec
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-10-21 17:15:46 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-10-26 12:53:16 +0000

    zstream: avoid absolute symlink
    
    PR:             282192
    Reported by:    wosch
    Fixes:          44877c8db05b
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D47226
---
 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 e08cadb31a7d..b131901cb6a9 100644
--- a/cddl/usr.bin/zstream/Makefile
+++ b/cddl/usr.bin/zstream/Makefile
@@ -16,7 +16,7 @@ SRCS= \
 	zstream_redup.c \
 	zstream_token.c
 
-SYMLINKS=	${BINDIR}/zstream ${BINDIR}/zstreamdump
+SYMLINKS=	zstream ${BINDIR}/zstreamdump
 
 WARNS?=	2
 CFLAGS+= \