summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2007-01-23 04:47:11 +0000
committerSam Lantinga <slouken@libsdl.org>2007-01-23 04:47:11 +0000
commit3e11f3f57daf8b8971a7a2728a6b6ff01fa2105d (patch)
treeb5167c4cf63d7c76883e5aba7f1aa33673eda8e6
parent54696346ba84e9e5b6033ede731fb8f8114dda50 (diff)
downloadsdl-3e11f3f57daf8b8971a7a2728a6b6ff01fa2105d.tar.gz
Updated svn repository
-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