From: Thomas Deutschmann Date: Sat, 28 Dec 2019 15:29:41 +0000 (+0100) Subject: net-vpn/wireguard-modules: add missing trailing slash X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=456962b8aa7ac8e65e66fbf53b5ae5b344f51b89;p=gentoo.git net-vpn/wireguard-modules: add missing trailing slash Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann --- diff --git a/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild b/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild index a17b7a5d487f..80e3a4b43df6 100644 --- a/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild +++ b/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild @@ -62,7 +62,7 @@ pkg_postinst() { einfo einfo "You have enabled the module-src USE flag without the module USE" einfo "flag. This means that sources are installed to" - einfo "${ROOT}usr/src/wireguard instead of having the" + einfo "${ROOT}/usr/src/wireguard instead of having the" einfo "kernel module compiled. You will need to compile the module" einfo "yourself. Most likely, you don't want this USE flag, and should" einfo "rather use USE=module" diff --git a/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild b/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild index a17b7a5d487f..80e3a4b43df6 100644 --- a/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild +++ b/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild @@ -62,7 +62,7 @@ pkg_postinst() { einfo einfo "You have enabled the module-src USE flag without the module USE" einfo "flag. This means that sources are installed to" - einfo "${ROOT}usr/src/wireguard instead of having the" + einfo "${ROOT}/usr/src/wireguard instead of having the" einfo "kernel module compiled. You will need to compile the module" einfo "yourself. Most likely, you don't want this USE flag, and should" einfo "rather use USE=module"