Bug 725917

Summary: Minor typo in makefile.am
Product: [Fedora] Fedora Reporter: DaveG <daveg>
Component: setroubleshootAssignee: Daniel Walsh <dwalsh>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 14CC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-29 14:58:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description DaveG 2011-07-27 00:37:44 UTC
Description of problem:
Noticed what looks like a typo in setroubleshoot-3.0.38/gui/Makefile.am (while trying to find out why setroubleshoot-server needs X).

Version-Release number of selected component (if applicable):
setroubleshoot-3.0.37-1.fc14.x86_64 (source)

How reproducible:


Steps to Reproduce:
See <https://fedorahosted.org/setroubleshoot/browser/framework/gui/Makefile.am#L35>

Actual results:
        $(mkdir_p)  $(DESTDIR)$(datadir)/usr/share/setroubleshoot/gui
----------------------------------------^^^^^^^^^^
        $(LN_S) -f $(icondir)24x24/apps/setroubleshoot_icon.png $(DESTDIR)$(datadir)/setroubleshoot/gui

Expected results:
        $(mkdir_p)  $(DESTDIR)$(datadir)/setroubleshoot/gui
        $(LN_S) -f $(icondir)24x24/apps/setroubleshoot_icon.png $(DESTDIR)$(datadir)/setroubleshoot/gui

Additional info:
No visible adverse effects, correct directory created earlier in build.

Comment 1 Daniel Walsh 2011-07-29 14:58:14 UTC
We figured out why it was requiring X BTW,  It is fixed in newer versions.

sedispatch was being compiled with -lX11 basically.

Will be fixed in setroubleshoot-3.0.39-1 if it ever gets pushed to F14.