First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 224231
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo SGML herd <sgml@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Santiago M. Mola <coldwind@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 224231 depends on: Show dependency tree
Bug 224231 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-05-30 14:26 0000
if [ -d /usr/share/sgml/stylesheets/dsssl/docbook ] &&
                [ ! -L /usr/share/sgml/stylesheets/dsssl/docbook ]
        then
                ewarn "Not linking /usr/share/sgml/stylesheets/dsssl/docbook
to"
                ewarn "/usr/share/sgml/docbook/dsssl-stylesheets-${PV}"
                ewarn "as directory already exists there.  Will assume you
know"
                ewarn "what you're doing."
                return 0
        fi

        dosym /usr/share/sgml/docbook/dsssl-stylesheets-${PV} \
                /usr/share/sgml/stylesheets/dsssl/docbook

        dodoc BUGS ChangeLog README RELEASE-NOTES.txt WhatsNew
-------------------------------------------------------------------

When the condition is triggered, it exits the src_install phase without
installing docs.

I think you should remove the return call, and just do the dosym when the
condition is false.

------- Comment #1 From Gilles Dartiguelongue 2008-07-04 08:56:42 0000 -------
since the fix is trivial, I took the liberty to fix it myself.

First Last Prev Next    No search results available      Search page      Enter new bug