summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d7acd2547..9b1112bfd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -169,7 +169,7 @@ rpm: $(distfile)
# Create a SVN snapshot that people can run update on
snapshot:
- svn co svn://libsdl.org/branches/SDL-1.2
+ svn co http://svn.libsdl.org/branches/SDL-1.2
(cd SDL-1.2 && ./autogen.sh && rm -rf autom4te.cache)
cp SDL-1.2/include/SDL_config.h.default SDL-1.2/include/SDL_config.h
tar zcf $(HOME)/SDL-1.2.tar.gz SDL-1.2