From 2b68c711bc37fe45c940a498227f2c367335b659 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sat, 5 Sep 2009 10:00:22 +0000 Subject: Fix usage of VDB_PATH svn path=/main/trunk/; revision=14187 --- bin/archive-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/archive-conf') 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. -- cgit v1.2.3-1-g7c22