Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304513 - x11-misc/dxpc-3.9.2: Wrong quoting
Summary: x11-misc/dxpc-3.9.2: Wrong quoting
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-11 08:47 UTC by Eugeny Shkrigunov
Modified: 2010-02-11 17:22 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 Eugeny Shkrigunov 2010-02-11 08:47:33 UTC
Quote symbol is at wrong place in (after word install):
src_install () {
        emake prefix="${D}/usr" man1dir="${D}/usr/share/man/man1 install" || die
        dodoc CHANGES README TODO
}

As result there is no dxpc binary and manual on emerge.

Just fix it:
src_install () {
        emake prefix="${D}/usr" man1dir="${D}/usr/share/man/man1" install || die
        dodoc CHANGES README TODO
}


Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-02-11 17:22:01 UTC
oops, fixed, thanks for reporting