Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128602 - dvdshrink installs docs to wrong directory
Summary: dvdshrink installs docs to wrong directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Disenchanted (RETIRED)
URL:
Whiteboard:
Keywords:
: 128603 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-02 22:53 UTC by Ryan Hill (RETIRED)
Modified: 2006-04-03 20:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2006-04-02 22:53:44 UTC
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 Tristan Heaven (RETIRED) gentoo-dev 2006-04-02 23:41:57 UTC
should be just
dodoc usr/share/doc/dvdshrink/{batchrip.txt,example.xml,README.txt}

dodir isn't needed before insinto (-r!) anyway.
Comment 2 Tristan Heaven (RETIRED) gentoo-dev 2006-04-02 23:44:46 UTC
doins -r, I mean.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2006-04-02 23:50:04 UTC
*** Bug 128603 has been marked as a duplicate of this bug. ***
Comment 4 Disenchanted (RETIRED) gentoo-dev 2006-04-03 20:20:05 UTC
thanks for reporting this, fixed