diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-05-22 21:11:20 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-05-22 21:11:20 +0000 |
commit | 93865f49f6cdd46dce8d9f6b6a2b72c2c6d5ba4b (patch) | |
tree | e22b581ba142bcfcfd5004f29ecdf8ef5c3887b7 | |
parent | 9a9cdb26c43064fef638afa25eb26d3d44032905 (diff) | |
download | gtk+-93865f49f6cdd46dce8d9f6b6a2b72c2c6d5ba4b.tar.gz |
Use correct path to the loaders and immodules directories
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).
-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 |