Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard-modules/
Date: Sat, 28 Dec 2019 15:37:51
Message-Id: 1577547458.456962b8aa7ac8e65e66fbf53b5ae5b344f51b89.whissi@gentoo
1 commit: 456962b8aa7ac8e65e66fbf53b5ae5b344f51b89
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 15:29:41 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 15:37:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456962b8
7
8 net-vpn/wireguard-modules: add missing trailing slash
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild | 2 +-
14 net-vpn/wireguard-modules/wireguard-modules-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild b/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild
18 index a17b7a5d487..80e3a4b43df 100644
19 --- a/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild
20 +++ b/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild
21 @@ -62,7 +62,7 @@ pkg_postinst() {
22 einfo
23 einfo "You have enabled the module-src USE flag without the module USE"
24 einfo "flag. This means that sources are installed to"
25 - einfo "${ROOT}usr/src/wireguard instead of having the"
26 + einfo "${ROOT}/usr/src/wireguard instead of having the"
27 einfo "kernel module compiled. You will need to compile the module"
28 einfo "yourself. Most likely, you don't want this USE flag, and should"
29 einfo "rather use USE=module"
30
31 diff --git a/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild b/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild
32 index a17b7a5d487..80e3a4b43df 100644
33 --- a/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild
34 +++ b/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild
35 @@ -62,7 +62,7 @@ pkg_postinst() {
36 einfo
37 einfo "You have enabled the module-src USE flag without the module USE"
38 einfo "flag. This means that sources are installed to"
39 - einfo "${ROOT}usr/src/wireguard instead of having the"
40 + einfo "${ROOT}/usr/src/wireguard instead of having the"
41 einfo "kernel module compiled. You will need to compile the module"
42 einfo "yourself. Most likely, you don't want this USE flag, and should"
43 einfo "rather use USE=module"