X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk-zip.sh.in;h=677be6d3ade6390d129c66979df063fbbfbad5ab;hb=6eace48cb5609a1edb7fbc27bbcc259e709d7451;hp=ac5c485f3eedae2a6b41434e9731cd5a9562d424;hpb=61b2f259e546d5d4f3713c8c64ea7abe58fb47ac;p=~andy%2Fgtk diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index ac5c485f3..677be6d3a 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -1,27 +1,34 @@ #!/bin/sh -# Build zipfile for GTK on Win32: both runtime and developer stuff +# Build zipfiles for GTK on Win32 -# These two directory paths are obviously system-dependent. -# These are what tml@iki.fi uses, change as appropriate. -ZIP=/g/tmp/gtk+-@GTK_VERSION@-`date +%Y%m%d`.zip -cd /target +ZIP=/tmp/gtk+-@GTK_VERSION@-`date +%Y%m%d`.zip +DEVZIP=/tmp/gtk+-dev-@GTK_VERSION@-`date +%Y%m%d`.zip +cd @prefix@ rm $ZIP zip -r $ZIP -@ <