[Spice-devel] [spice-xpi] Fix spice-protocol git submodule path
Christophe Fergeau
cfergeau at redhat.com
Mon Feb 27 09:05:57 PST 2012
It's using ./spice-protocol instead of ../spice-protocol as the
relative path to use to build the submodule clone URI.
---
.gitmodules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index 14b3beb..f7de75d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "spice-protocol"]
path = spice-protocol
- url = ./spice-protocol
+ url = ../spice-protocol
--
1.7.7.6
More information about the Spice-devel
mailing list