Federico Simoncelli has uploaded a new change for review. Change subject: build: use pythondir for vdsmapi ......................................................................
build: use pythondir for vdsmapi Change-Id: I8077efea03adb7d018c35cfd81b121b9e47d3e98 Signed-off-by: Federico Simoncelli <[email protected]> --- M vdsm.spec.in M vdsm_api/Makefile.am 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/49/17249/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 9b02677..608735a 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -1208,7 +1208,7 @@ %files api %doc vdsm_api/vdsm-api.html %{_datadir}/%{vdsm_name}/vdsmapi-schema.json -%{python_sitearch}/vdsmapi.py* +%{python_sitelib}/vdsmapi.py* %files jsonrpc %{_datadir}/%{vdsm_name}/BindingJsonRpc.py* diff --git a/vdsm_api/Makefile.am b/vdsm_api/Makefile.am index 0a9e610..8331dea 100644 --- a/vdsm_api/Makefile.am +++ b/vdsm_api/Makefile.am @@ -16,7 +16,7 @@ vdsmapi-schema.json \ $(NULL) -dist_pyexec_PYTHON = \ +dist_python_PYTHON = \ vdsmapi.py \ $(NULL) -- To view, visit http://gerrit.ovirt.org/17249 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8077efea03adb7d018c35cfd81b121b9e47d3e98 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
