Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
Date: Sun, 11 Aug 2019 11:20:52
Message-Id: 1565522398.6b42c88807ebcee6778d53756b61ea138126b115.soap@gentoo
1 commit: 6b42c88807ebcee6778d53756b61ea138126b115
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 11:19:58 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 11:19:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b42c888
7
8 net-irc/anope: [QA] Fix missing trailing slash
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-irc/anope/anope-2.0.6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-irc/anope/anope-2.0.6.ebuild b/net-irc/anope/anope-2.0.6.ebuild
17 index dfdba26b54f..aba8b1f9d11 100644
18 --- a/net-irc/anope/anope-2.0.6.ebuild
19 +++ b/net-irc/anope/anope-2.0.6.ebuild
20 @@ -53,8 +53,8 @@ pkg_pretend() {
21 eerror "You can do this by:"
22 eerror "# mkdir -p ${ROOT}/var/lib/anope ${ROOT}/etc/anope"
23 eerror "# chown anope:anope ${ROOT}/var/lib/anope"
24 - eerror "# mv ${ROOT}/opt/anope/data/*.db ${ROOT}var/lib/anope"
25 - eerror "# mv ${ROOT}/opt/anope/data/services.conf ${ROOT}etc/anope"
26 + eerror "# mv ${ROOT}/opt/anope/data/*.db ${ROOT}/var/lib/anope"
27 + eerror "# mv ${ROOT}/opt/anope/data/services.conf ${ROOT}/etc/anope"
28 die "Please move your anope database files from /opt/anope/data"
29 fi
30 done