diff options
Diffstat (limited to 'net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild')
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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," |