virtcli: Fix error in previous patch

This commit is contained in:
Cole Robinson 2015-04-06 14:53:25 -04:00
parent dd74b3db2a
commit f4cc544a3b
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ _usr_version = _get_param("pkgversion", "")
if _usr_version is not None and _usr_version != "":
__version__ = _usr_version
cfgpath = _cfgpath
prefix = _get_param("prefix", "/usr")
gettext_dir = os.path.join(prefix, "share", "locale")
install_asset_dir = os.path.join(prefix, "share", "virt-manager")