summaryrefslogtreecommitdiffstats
path: root/bin/archive-conf
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/archive-conf
parentc7eb78e9cba3d8837e65792652432c8d42a59152 (diff)
downloadportage-e3c7244706e2efdae7adfa9816348c3bb74c319f.tar.gz
portage-e3c7244706e2efdae7adfa9816348c3bb74c319f.tar.bz2
portage-e3c7244706e2efdae7adfa9816348c3bb74c319f.zip
use EROOT with VDB_PATH
Diffstat (limited to 'bin/archive-conf')
-rwxr-xr-xbin/archive-conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/archive-conf b/bin/archive-conf
index 97c055df1..5a03b856a 100755
--- a/bin/archive-conf
+++ b/bin/archive-conf
@@ -63,7 +63,8 @@ def archive_conf():
md5_match_hash[conf] = ''
# Find all the CONTENT files in VDB_PATH.
- content_files += os.popen(FIND_EXTANT_CONTENTS % (os.path.join(portage.root, portage.VDB_PATH))).readlines()
+ content_files += os.popen(FIND_EXTANT_CONTENTS %
+ (os.path.join(portage.settings['EROOT'], portage.VDB_PATH))).readlines()
# Search for the saved md5 checksum of all the specified config files
# and see if the current file is unmodified or not.