This commit is contained in:
satyr 2009-11-16 05:40:54 +09:00
Родитель 77371d5966
Коммит 5c8b314f9f
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -98,14 +98,13 @@ def resolve_options(options, ext_subdir = EXT_SUBDIR):
options.profile_dir = find_profile_dir(options.profile) options.profile_dir = find_profile_dir(options.profile)
options.path_to_ext_root = os.path.join(options.my_dir, ext_subdir) options.path_to_ext_root = os.path.join(options.my_dir, ext_subdir)
options.ext_id = get_install_rdf_property(options.path_to_ext_root, options.ext_id = get_install_rdf_property(options.path_to_ext_root, "id")
"em:id")
options.ext_version = get_install_rdf_property(options.path_to_ext_root, options.ext_version = get_install_rdf_property(options.path_to_ext_root,
"em:version") "version")
options.ext_name = get_install_rdf_property(options.path_to_ext_root, options.ext_name = get_install_rdf_property(options.path_to_ext_root,
"em:name") "name")
if options.profile_dir: if options.profile_dir:
options.extension_file = os.path.join(options.profile_dir, options.extension_file = os.path.join(options.profile_dir,