Bug 501684

Summary: GtkLauncher is just a script
Product: [Fedora] Fedora Reporter: Yanko Kaneti <yaneti>
Component: webkitgtkAssignee: Peter Gordon <peter>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: martin.sourada, maxamillion, mtasaka, peter
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-20 11:17:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yanko Kaneti 2009-05-20 10:02:43 UTC
In the webkitgtk 1.1.6 build setup Programs/GtkLauncher is just libtool-produced shell script because its a noinst target. The actual binary is in Programs/.libs/

-install -m 755 Programs/GtkLauncher %{buildroot}%{_libexecdir}/%{name}
+install -m 755 Programs/.libs/GtkLauncher %{buildroot}%{_libexecdir}/%{name}

should work.

Comment 1 Mamoru TASAKA 2009-05-20 11:17:49 UTC

*** This bug has been marked as a duplicate of bug 443048 ***