Mercurial > sdl-ios-xcode
changeset 1451:b89bce877c0d
Argh, I forgot that zip merges files into the archive instead of recreating it.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 27 Feb 2006 16:29:04 +0000 |
parents | 453fbb5cd2f5 |
children | b7184889c1cb |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Mon Feb 27 15:51:34 2006 +0000 +++ b/Makefile.in Mon Feb 27 16:29:04 2006 +0000 @@ -154,5 +154,6 @@ (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