commit: 456962b8aa7ac8e65e66fbf53b5ae5b344f51b89
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 15:29:41 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 15:37:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456962b8
net-vpn/wireguard-modules: add missing trailing slash
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild | 2 +-
net-vpn/wireguard-modules/wireguard-modules-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 a17b7a5d487..80e3a4b43df 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 a17b7a5d487..80e3a4b43df 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"