diff options
author | David Seifert <soap@gentoo.org> | 2019-08-11 13:19:58 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-11 13:19:58 +0200 |
commit | 6b42c88807ebcee6778d53756b61ea138126b115 (patch) | |
tree | 54c03e45dc2a8430ece9e7966f7065a6f44b700a /net-irc | |
parent | net-fs/netatalk: [QA] Fix missing trailing slash (diff) | |
download | gentoo-6b42c88807ebcee6778d53756b61ea138126b115.tar.gz gentoo-6b42c88807ebcee6778d53756b61ea138126b115.tar.bz2 gentoo-6b42c88807ebcee6778d53756b61ea138126b115.zip |
net-irc/anope: [QA] Fix missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/anope/anope-2.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/anope/anope-2.0.6.ebuild b/net-irc/anope/anope-2.0.6.ebuild index dfdba26b54f7..aba8b1f9d11f 100644 --- a/net-irc/anope/anope-2.0.6.ebuild +++ b/net-irc/anope/anope-2.0.6.ebuild @@ -53,8 +53,8 @@ pkg_pretend() { eerror "You can do this by:" eerror "# mkdir -p ${ROOT}/var/lib/anope ${ROOT}/etc/anope" eerror "# chown anope:anope ${ROOT}/var/lib/anope" - eerror "# mv ${ROOT}/opt/anope/data/*.db ${ROOT}var/lib/anope" - eerror "# mv ${ROOT}/opt/anope/data/services.conf ${ROOT}etc/anope" + eerror "# mv ${ROOT}/opt/anope/data/*.db ${ROOT}/var/lib/anope" + eerror "# mv ${ROOT}/opt/anope/data/services.conf ${ROOT}/etc/anope" die "Please move your anope database files from /opt/anope/data" fi done |