First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 128602
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Disenchanted (RETIRED) <morfic@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ryan Hill <dirtyepic@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 128602 depends on: Show dependency tree
Show dependency graph
Bug 128602 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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







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


Description:   Opened: 2006-04-02 22:53 0000
dvdshrink is installing its docs into /usr/share/docs into /usr/share/doc like
it should.

    dodir /usr/share/docs/dvdshrink
    insinto /usr/share/docs/dvdshrink
    doins
usr/share/doc/dvdshrink/{INSTALL,README.txt,batchrip.txt,example.xml,gpl.txt}

------- Comment #1 From Tristan Heaven 2006-04-02 23:41:57 0000 -------
should be just
dodoc usr/share/doc/dvdshrink/{batchrip.txt,example.xml,README.txt}

dodir isn't needed before insinto (-r!) anyway.

------- Comment #2 From Tristan Heaven 2006-04-02 23:44:46 0000 -------
doins -r, I mean.

------- Comment #3 From Mr. Bones. 2006-04-02 23:50:04 0000 -------
*** Bug 128603 has been marked as a duplicate of this bug. ***

------- Comment #4 From Disenchanted (RETIRED) 2006-04-03 20:20:05 0000 -------
thanks for reporting this, fixed

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