[mingw-webkitgtk] Install the 32 bit GtkLauncher.exe in the mingw32- package

Kalev Lember kalev at fedoraproject.org
Fri Mar 23 22:14:37 UTC 2012


commit dfcdb0f0a2df6bfe64a3ac9128f826d6fdb2f629
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Mar 24 00:13:25 2012 +0200

    Install the 32 bit GtkLauncher.exe in the mingw32- package

 mingw-webkitgtk.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mingw-webkitgtk.spec b/mingw-webkitgtk.spec
index 88f7e61..134bc47 100644
--- a/mingw-webkitgtk.spec
+++ b/mingw-webkitgtk.spec
@@ -222,7 +222,7 @@ autoreconf --verbose --install -I Source/autotools
 %install
 %mingw_make install DESTDIR=%{buildroot}
 
-install -m 755 build_win64/Programs/.libs/GtkLauncher.exe %{buildroot}%{mingw32_bindir}
+install -m 755 build_win32/Programs/.libs/GtkLauncher.exe %{buildroot}%{mingw32_bindir}
 install -m 755 build_win64/Programs/.libs/GtkLauncher.exe %{buildroot}%{mingw64_bindir}
 
 # Drop all .la files


More information about the scm-commits mailing list