summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-02-07 09:33:45 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-02-07 09:33:45 +0000
commit446bb0641f024ef9a67870bf1a6c829bfb69028c (patch)
tree525d83495c68c3d545479f61129756b4554084cf
parentee9dc7265ed4223353f276ecfbf2adb366a80cad (diff)
downloadpango-446bb0641f024ef9a67870bf1a6c829bfb69028c.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 fe682868..29923b3d 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-05 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.10.3 ===
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