Bug 501684 - GtkLauncher is just a script
Summary: GtkLauncher is just a script
Keywords:
Status: CLOSED DUPLICATE of bug 443048
Alias: None
Product: Fedora
Classification: Fedora
Component: webkitgtk
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Peter Gordon
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-20 10:02 UTC by Yanko Kaneti
Modified: 2009-05-20 11:17 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-20 11:17:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.