Bug 725917 - Minor typo in makefile.am
Summary: Minor typo in makefile.am
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: setroubleshoot
Version: 14
Hardware: All
OS: All
unspecified
low
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-27 00:37 UTC by DaveG
Modified: 2011-07-29 14:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-29 14:58:14 UTC
Type: ---


Attachments (Terms of Use)

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.


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