summaryrefslogtreecommitdiffstats
path: root/bin/archive-conf
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-09-05 10:00:22 +0000
committerFabian Groffen <grobian@gentoo.org>2009-09-05 10:00:22 +0000
commit2b68c711bc37fe45c940a498227f2c367335b659 (patch)
tree80e87342519580883bf9c7d13f6256c1aa5e1322 /bin/archive-conf
parent8f272835815d3ceee91fd1b6fefdc74b2d2d3d70 (diff)
downloadportage-2b68c711bc37fe45c940a498227f2c367335b659.tar.gz
portage-2b68c711bc37fe45c940a498227f2c367335b659.tar.bz2
portage-2b68c711bc37fe45c940a498227f2c367335b659.zip
Fix usage of VDB_PATH
svn path=/main/trunk/; revision=14187
Diffstat (limited to 'bin/archive-conf')
-rwxr-xr-xbin/archive-conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/archive-conf b/bin/archive-conf
index aca8d285c..f9a4d5724 100755
--- a/bin/archive-conf
+++ b/bin/archive-conf
@@ -62,7 +62,7 @@ def archive_conf():
md5_match_hash[conf] = ''
# Find all the CONTENT files in VDB_PATH.
- content_files += os.popen(FIND_EXTANT_CONTENTS % (portage.root+portage.VDB_PATH)).readlines()
+ content_files += os.popen(FIND_EXTANT_CONTENTS % (os.path.join(portage.root, 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.