Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated the snapshot build target to reflect the new source location
  • Loading branch information
slouken committed Jul 10, 2006
1 parent 38ab2fa commit 978879c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile.in
Expand Up @@ -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
Expand Down

0 comments on commit 978879c

Please sign in to comment.