svn path=/main/trunk/; revision=6210
config_root = "/"
config_root = \
- normalize_path(config_root).rstrip(os.path.sep) + os.path.sep
+ normalize_path(os.path.abspath(config_root)) + os.path.sep
check_var_directory("PORTAGE_CONFIGROOT", config_root)
target_root = "/"
target_root = \
- normalize_path(target_root).rstrip(os.path.sep) + os.path.sep
+ normalize_path(os.path.abspath(target_root)) + os.path.sep
check_var_directory("ROOT", target_root)