git: 9917049b60f7 - main - WPA_DISTDIR does not need to end in a slash
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Jul 2022 15:48:46 UTC
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