You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2015/03/05 16:27:26 UTC

[08/13] git commit: updated refs/heads/master to 8e5fefc

Install python files into the correct path.

Signed-off-by: Wido den Hollander <wi...@widodh.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/465b3e9d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/465b3e9d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/465b3e9d

Branch: refs/heads/master
Commit: 465b3e9d1aa8506327effd4b9103bca929f4af32
Parents: 71b42e2
Author: Felix Geyer <fe...@credativ.de>
Authored: Mon Feb 16 14:20:20 2015 +0100
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Thu Mar 5 14:39:54 2015 +0100

----------------------------------------------------------------------
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/465b3e9d/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index 0501c80..5c61029 100755
--- a/debian/rules
+++ b/debian/rules
@@ -114,8 +114,8 @@ override_dh_auto_install:
 	install -D agent/target/dependencies/jasypt-1.9.2.jar $(DESTDIR)/usr/share/$(PACKAGE)-common/lib
 
 	# cloudstack-python
-	mkdir -p $(DESTDIR)/usr/lib/python2.7/dist-packages
-	cp -r python/lib/cloud* $(DESTDIR)/usr/lib/python2.7/dist-packages
+	mkdir -p $(DESTDIR)/usr/share/pyshared
+	cp -r python/lib/cloud* $(DESTDIR)/usr/share/pyshared
 
 	# cloudstack-usage
 	mkdir $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/usage