From e8d09a42789be07e423c28edccd25b2327c89b26 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 27 Feb 2006 16:29:04 +0000 Subject: [PATCH] Argh, I forgot that zip merges files into the archive instead of recreating it. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 64e9db403..95aab9269 100644 --- a/Makefile.in +++ b/Makefile.in @@ -154,5 +154,6 @@ snapshot: (cd SDL12 && ./autogen.sh && rm -rf autom4te.cache) mv SDL12 SDL-1.2 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 rm -rf SDL-1.2