diff options
author | Tor Lillqvist <tml@novell.com> | 2006-02-07 09:37:45 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-02-07 09:37:45 +0000 |
commit | 47a9932944536e87ffabaa8208176628b7496be7 (patch) | |
tree | cd893a03b92a81be226f6379bcee4956e01e1371 /pango-zip.sh.in | |
parent | 52ccd41e9b016cd96ac937502d9edf0ef767c599 (diff) | |
download | pango-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.
Diffstat (limited to 'pango-zip.sh.in')
-rwxr-xr-x | pango-zip.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |