From 422459ce333607ad1352aa4faed8cf630d4eaa00 Mon Sep 17 00:00:00 2001 From: Peter Gordon Date: Fri, 29 May 2009 03:21:28 +0000 Subject: [PATCH] Proper fix for the GtkLauncher installation. --- webkitgtk.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webkitgtk.spec b/webkitgtk.spec index ee03988..0113079 100644 --- a/webkitgtk.spec +++ b/webkitgtk.spec @@ -127,8 +127,8 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} -libtool --mode=install install -m 755 Programs/GtkLauncher \ - %{buildroot}%{_libexecdir}/%{name} +install -d -m 755 %{buildroot}%{_libexecdir}/%{name} +install -m 755 Programs/.libs/GtkLauncher %{buildroot}%{_libexecdir}/%{name} %find_lang webkit ## Finally, copy over and rename the various files for %%doc inclusion. @@ -185,7 +185,7 @@ rm -rf %{buildroot} - Update to new upstream release (1.1.7) - Remove jit build conditional. (JIT is now enabled by default on platforms which support it: currently 32- and 64-bit x86.) -- Force libtool-based installation of the GtkLauncher demo program so that it +- Fix installation of the GtkLauncher demo program so that it is a binary and not a script. (Fixes bug #443048.) * Sat May 09 2009 Peter Gordon - 1.1.6-1