summaryrefslogtreecommitdiff
path: root/atk-zip.sh.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-08-19 14:10:50 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-08-19 14:10:50 +0000
commit52bce70f8b3adff0fe083ef6432965c90c747197 (patch)
treecbf36c0adc011475a3cfb9654cd1d248924158a8 /atk-zip.sh.in
parente22af8b264c5fbae16af92137358e1235d9947a5 (diff)
downloadatk-52bce70f8b3adff0fe083ef6432965c90c747197.tar.gz
Drop the timestamp from the zip file names. Include the .def file.
2005-08-19 Tor Lillqvist <tml@novell.com> * atk-zip.sh.in: Drop the timestamp from the zip file names. Include the .def file.
Diffstat (limited to 'atk-zip.sh.in')
-rwxr-xr-xatk-zip.sh.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/atk-zip.sh.in b/atk-zip.sh.in
index 21242c0..9bef6c8 100755
--- a/atk-zip.sh.in
+++ b/atk-zip.sh.in
@@ -2,8 +2,8 @@
# Build zipfiles for ATK on Win32
-ZIP=/tmp/atk-@ATK_VERSION@-`date +%Y%m%d`.zip
-DEVZIP=/tmp/atk-dev-@ATK_VERSION@-`date +%Y%m%d`.zip
+ZIP=/tmp/atk-@ATK_VERSION@.zip
+DEVZIP=/tmp/atk-dev-@ATK_VERSION@.zip
cd @prefix@
rm $ZIP
@@ -22,5 +22,6 @@ zip -r $DEVZIP -@ <<EOF
include/atk-1.0
lib/libatk-@ATK_API_VERSION@.dll.a
lib/atk-@ATK_API_VERSION@.lib
+lib/atk-@ATK_API_VERSION@.def
lib/pkgconfig/atk.pc
EOF