diff options
author | David Seifert <soap@gentoo.org> | 2019-08-11 13:20:10 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-11 13:20:10 +0200 |
commit | 28f34f289c0d96d6254d4bd46830ffa8230a6fd7 (patch) | |
tree | d4bdef36f274079b11b16a0855ce33abedd53f5c /net-p2p | |
parent | net-mail/mailbase: [QA] Fix missing trailing slash (diff) | |
download | gentoo-28f34f289c0d96d6254d4bd46830ffa8230a6fd7.tar.gz gentoo-28f34f289c0d96d6254d4bd46830ffa8230a6fd7.tar.bz2 gentoo-28f34f289c0d96d6254d4bd46830ffa8230a6fd7.zip |
net-p2p/xmr-stak: [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-p2p')
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.10.0.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.10.1.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.10.3.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.10.5.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.8.2.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-9999.ebuild | 4 |
13 files changed, 14 insertions, 14 deletions
diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.0.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.0.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.10.0.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.10.0.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.1.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.1.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.10.1.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.10.1.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.3.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.3.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.10.3.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.10.3.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.5.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.5.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.10.5.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.10.5.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild b/net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-2.8.2.ebuild b/net-p2p/xmr-stak/xmr-stak-2.8.2.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.8.2.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.8.2.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild b/net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild b/net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild index 3244143bb5fe..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," diff --git a/net-p2p/xmr-stak/xmr-stak-9999.ebuild b/net-p2p/xmr-stak/xmr-stak-9999.ebuild index b0edfc7d2166..07ffbf9c1036 100644 --- a/net-p2p/xmr-stak/xmr-stak-9999.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then ewarn "To use xmr-stack:" if use cuda || use opencl; then ewarn "As root or as a user that is a member of the 'video' group," |