From 978879c6d8cf2f56ff62273b3c98fcc00f0d1e36 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 10 Jul 2006 21:23:11 +0000 Subject: [PATCH] Updated the snapshot build target to reflect the new source location --- Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 4795229db..d7acd2547 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,10 +169,9 @@ rpm: $(distfile) # Create a SVN snapshot that people can run update on snapshot: - svn co svn://libsdl.org/trunk/SDL - (cd SDL && ./autogen.sh && rm -rf autom4te.cache) - cp SDL/include/SDL_config.h.default SDL/include/SDL_config.h - mv SDL SDL-1.2 + svn co 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 rm -f $(HOME)/SDL-1.2.zip zip -r $(HOME)/SDL-1.2.zip SDL-1.2