Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38486 - ladspa-cmt doc fix
Summary: ladspa-cmt doc fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-16 23:57 UTC by Paul Thompson
Modified: 2004-01-17 02:57 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 Paul Thompson 2004-01-16 23:57:09 UTC
Hi;
ladspa-cmt-1.15 doesnt install its docs conventionally;
here is a patch to make it more consistant. (Im just
going to paste it here, as its so obvious that whitespace
dammage wont matter.) Tested.

--- ladspa-cmt-1.15.ebuild.orig 2004-01-17 02:46:52.171105659 -0500
+++ ladspa-cmt-1.15.ebuild      2004-01-17 02:48:07.046207863 -0500
@@ -31,12 +31,11 @@
 
 src_install() {
 
-       dodoc ../doc/*
+       dodoc ../doc/COPYING ../README
+       dohtml ../doc/*.html
        insinto /usr/lib/ladspa
        INSOPTIONS="-m755"
        doins ../plugins/*.so
 
-
-
 }
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-01-17 02:57:55 UTC
Fixed in CVS.  Thanks for the bug report.