Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 128602

Summary: dvdshrink installs docs to wrong directory
Product: Gentoo Linux Reporter: Ryan Hill (RETIRED) <rhill>
Component: New packagesAssignee: Disenchanted (RETIRED) <morfic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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