Fix Python path for Debian installer This closes #96
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8e5fefc6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8e5fefc6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8e5fefc6 Branch: refs/heads/master Commit: 8e5fefc66c8f5063406ceb3a4130bea4b559a202 Parents: bb16d48 Author: Wido den Hollander <[email protected]> Authored: Thu Mar 5 16:25:17 2015 +0100 Committer: Wido den Hollander <[email protected]> Committed: Thu Mar 5 16:25:17 2015 +0100 ---------------------------------------------------------------------- debian/cloudstack-common.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8e5fefc6/debian/cloudstack-common.install ---------------------------------------------------------------------- diff --git a/debian/cloudstack-common.install b/debian/cloudstack-common.install index 7e01ada..01d0957 100644 --- a/debian/cloudstack-common.install +++ b/debian/cloudstack-common.install @@ -29,4 +29,4 @@ /usr/share/cloudstack-common/lib/* /usr/bin/cloudstack-set-guest-password /usr/bin/cloudstack-set-guest-sshkey -/usr/lib/python2.?/*-packages/* +/usr/share/pyshared
