diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rwxr-xr-x | gtk-zip.sh.in | 2 |
7 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-05-23 Tor Lillqvist <tml@iki.fi> + + * gtk-zip.sh.in: Use correct path to the loaders and immodules + directories (GTK_BINARY_VERSION, not GTK_VERSION). + Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require autoconf-2.52 explicitely, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 57716ea5ab..26c325ed43 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2002-05-23 Tor Lillqvist <tml@iki.fi> + + * gtk-zip.sh.in: Use correct path to the loaders and immodules + directories (GTK_BINARY_VERSION, not GTK_VERSION). + Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require autoconf-2.52 explicitely, diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 57716ea5ab..26c325ed43 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-05-23 Tor Lillqvist <tml@iki.fi> + + * gtk-zip.sh.in: Use correct path to the loaders and immodules + directories (GTK_BINARY_VERSION, not GTK_VERSION). + Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require autoconf-2.52 explicitely, diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 57716ea5ab..26c325ed43 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2002-05-23 Tor Lillqvist <tml@iki.fi> + + * gtk-zip.sh.in: Use correct path to the loaders and immodules + directories (GTK_BINARY_VERSION, not GTK_VERSION). + Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require autoconf-2.52 explicitely, diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 57716ea5ab..26c325ed43 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2002-05-23 Tor Lillqvist <tml@iki.fi> + + * gtk-zip.sh.in: Use correct path to the loaders and immodules + directories (GTK_BINARY_VERSION, not GTK_VERSION). + Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require autoconf-2.52 explicitely, diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 57716ea5ab..26c325ed43 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2002-05-23 Tor Lillqvist <tml@iki.fi> + + * gtk-zip.sh.in: Use correct path to the loaders and immodules + directories (GTK_BINARY_VERSION, not GTK_VERSION). + Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require autoconf-2.52 explicitely, diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index 8c315ede16..a71a340313 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -15,7 +15,7 @@ lib/libgdk-win32-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@. lib/libgtk-win32-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll EOF -zip $ZIP lib/gtk-2.0/@GTK_VERSION@/loaders/*.dll lib/gtk-2.0/immodules/@GTK_VERSION@/*.dll +zip $ZIP lib/gtk-2.0/@GTK_BINARY_VERSION@/loaders/*.dll lib/gtk-2.0/@GTK_BINARY_VERSION@/immodules/*.dll zip $ZIP share/themes/*/gtk-2.0/gtkrc share/themes/*/gtk-2.0-key/gtkrc |