----- Mensaje original ----- > 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
ack _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
