summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-02-07 09:37:45 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-02-07 09:37:45 +0000
commit47a9932944536e87ffabaa8208176628b7496be7 (patch)
treecd893a03b92a81be226f6379bcee4956e01e1371
parent52ccd41e9b016cd96ac937502d9edf0ef767c599 (diff)
downloadpango-47a9932944536e87ffabaa8208176628b7496be7.tar.gz
Drop the timestamp from the zipfile names.
2006-02-07 Tor Lillqvist <tml@novell.com> * pango-zip.sh.in: Drop the timestamp from the zipfile names.
-rw-r--r--ChangeLog4
-rwxr-xr-xpango-zip.sh.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 19574492..07284161 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-07 Tor Lillqvist <tml@novell.com>
+
+ * pango-zip.sh.in: Drop the timestamp from the zipfile names.
+
2006-02-06 Behdad Esfahbod <behdad@gnome.org>
As cairo 1.2 seems to be delayed infinitely, make all cairo HEAD
diff --git a/pango-zip.sh.in b/pango-zip.sh.in
index f48be9d0..f70d775a 100755
--- a/pango-zip.sh.in
+++ b/pango-zip.sh.in
@@ -2,8 +2,8 @@
# Build zipfiles for Pango on Win32: separate runtime and developer packages
-ZIP=/tmp/pango-@PANGO_VERSION@-`date +%Y%m%d`.zip
-DEVZIP=/tmp/pango-dev-@PANGO_VERSION@-`date +%Y%m%d`.zip
+ZIP=/tmp/pango-@PANGO_VERSION@.zip
+DEVZIP=/tmp/pango-dev-@PANGO_VERSION@.zip
cd @prefix@
rm $ZIP