summaryrefslogtreecommitdiffstats
path: root/bin/portageq
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-09-04 19:43:53 +0200
committerFabian Groffen <grobian@gentoo.org>2010-09-04 19:43:53 +0200
commite3c7244706e2efdae7adfa9816348c3bb74c319f (patch)
treec294a048a09a74edd196d14da91c834337c6419b /bin/portageq
parentc7eb78e9cba3d8837e65792652432c8d42a59152 (diff)
downloadportage-e3c7244706e2efdae7adfa9816348c3bb74c319f.tar.gz
portage-e3c7244706e2efdae7adfa9816348c3bb74c319f.tar.bz2
portage-e3c7244706e2efdae7adfa9816348c3bb74c319f.zip
use EROOT with VDB_PATH
Diffstat (limited to 'bin/portageq')
-rwxr-xr-xbin/portageq2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/portageq b/bin/portageq
index 940575b1f..27a2e250e 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -456,7 +456,7 @@ def vdb_path(argv):
set environment/configuration options.
"""
out = sys.stdout
- out.write(os.path.join(portage.settings["ROOT"], portage.VDB_PATH) + "\n")
+ out.write(os.path.join(portage.settings["EROOT"], portage.VDB_PATH) + "\n")
out.flush()
return os.EX_OK