Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2024 12:53:25 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 01a5af6a98fc - main - zstream: avoid absolute symlink
Message-ID:  <202410261253.49QCrPPX060460@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+= \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410261253.49QCrPPX060460>