forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
859e395037
commit
37d5ad8f7a
@ -1,3 +1,7 @@
|
||||
2006-02-08 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk-zip.sh.in: Drop the timestamp from the zipfile names.
|
||||
|
||||
2006-02-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gdk/directfb/AUTHORS: updated mine and Dok's email address.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-02-08 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk-zip.sh.in: Drop the timestamp from the zipfile names.
|
||||
|
||||
2006-02-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gdk/directfb/AUTHORS: updated mine and Dok's email address.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user