First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 38486
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Paul Thompson <thompson@pobox.com>
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 38486 depends on: Show dependency tree
Show dependency graph
Bug 38486 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: 2004-01-16 23:57 0000
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 From Mr. Bones. 2004-01-17 02:57:55 0000 -------
Fixed in CVS.  Thanks for the bug report.

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