Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97230 - dev-lisp/cl-clx copied manual to the wrong directory
Summary: dev-lisp/cl-clx copied manual to the 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: Gentoo Lisp Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-27 10:27 UTC by DiG
Modified: 2007-04-01 20:23 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 DiG 2005-06-27 10:27:04 UTC
Running mcclim listener produces an error cannot find clx.texinfo. On further investigation uncovered that emerge copied clx manual into the wrong location. This patch fixed the problem.


--- cl-clx-0.7.0-r1.ebuild      2005-06-27 13:09:22.000000000 -0400
+++ /usr/portage/dev-lisp/cl-clx/cl-clx-0.7.0.ebuild    2005-05-30 23:05:29.000000000 -0400
@@ -27,7 +27,7 @@
        insinto /usr/share/common-lisp/source/clx
        doins clx.asd NEWS CHANGES README README-R5 \
                excl* sock*
-       insinto /usr/share/common-lisp/source/clx/manual
+       insinto /usr/share/common-lisp/source/manual
        doins manual/clx.texinfo
        common-lisp-system-symlink
        dodoc CHANGES NEWS README*
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-01 20:23:20 UTC
Been fixed ages ago.