summaryrefslogtreecommitdiff
path: root/gtk-zip.sh.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-02-07 22:58:04 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-02-07 22:58:04 +0000
commit37d5ad8f7a7e2c41fdc573140e00a43d0ee27b62 (patch)
tree8a0d9eb20c6ce3f515470bb99ffc90331efb130e /gtk-zip.sh.in
parent859e3950379a422bbc28202b17c991cd9bf95b60 (diff)
downloadgtk+-37d5ad8f7a7e2c41fdc573140e00a43d0ee27b62.tar.gz
Drop the timestamp from the zipfile names.
2006-02-08 Tor Lillqvist <tml@novell.com> * gtk-zip.sh.in: Drop the timestamp from the zipfile names.
Diffstat (limited to 'gtk-zip.sh.in')
-rwxr-xr-xgtk-zip.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in
index d1ef66c421..af4a76b8e1 100755
--- a/gtk-zip.sh.in
+++ b/gtk-zip.sh.in
@@ -2,8 +2,8 @@
# Build zipfiles for GTK on Win32
-ZIP=/tmp/gtk+-@GTK_VERSION@-`date +%Y%m%d`.zip
-DEVZIP=/tmp/gtk+-dev-@GTK_VERSION@-`date +%Y%m%d`.zip
+ZIP=/tmp/gtk+-@GTK_VERSION@.zip
+DEVZIP=/tmp/gtk+-dev-@GTK_VERSION@.zip
cd @prefix@
rm $ZIP