Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2022 15:48:46 GMT
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9917049b60f7 - main - WPA_DISTDIR does not need to end in a slash
Message-ID:  <202207161548.26GFmkrM019895@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=9917049b60f7cf7345a09d2bc22d51764a477984

commit 9917049b60f7cf7345a09d2bc22d51764a477984
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2022-07-16 15:45:26 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2022-07-16 15:45:26 +0000

    WPA_DISTDIR does not need to end in a slash
    
    Since all uses of the macro also append a slash, this leads to double
    slashes.
    
    MFC after:      3 days
---
 usr.sbin/wpa/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/wpa/Makefile.inc b/usr.sbin/wpa/Makefile.inc
index d35fe520b532..d674d3ae5fd2 100644
--- a/usr.sbin/wpa/Makefile.inc
+++ b/usr.sbin/wpa/Makefile.inc
@@ -6,7 +6,7 @@ BINDIR?=	/usr/sbin
 
 WARNS?=		0
 
-WPA_DISTDIR?= 		${SRCTOP}/contrib/wpa/
+WPA_DISTDIR?= 		${SRCTOP}/contrib/wpa
 WPA_SUPPLICANT_DISTDIR?=${WPA_DISTDIR}/wpa_supplicant
 HOSTAPD_DISTDIR?=	${WPA_DISTDIR}/hostapd
 



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