diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-28 16:29:41 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-28 16:37:38 +0100 |
commit | 456962b8aa7ac8e65e66fbf53b5ae5b344f51b89 (patch) | |
tree | 66e2fdc9dd84d313592cf1cac06d01459d4d0f21 /net-vpn | |
parent | x11-misc/xfe: destabilize down to ~arch (diff) | |
download | gentoo-456962b8aa7ac8e65e66fbf53b5ae5b344f51b89.tar.gz gentoo-456962b8aa7ac8e65e66fbf53b5ae5b344f51b89.tar.bz2 gentoo-456962b8aa7ac8e65e66fbf53b5ae5b344f51b89.zip |
net-vpn/wireguard-modules: add missing trailing slash
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild | 2 | ||||
-rw-r--r-- | 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 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" |