Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653684 - R-packages.eclass::R_Overlay
Summary: R-packages.eclass::R_Overlay
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal critical (vote)
Assignee: Benda Xu
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-21 10:27 UTC by Sora Lee
Modified: 2018-05-29 06:28 UTC (History)
1 user (show)

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 Sora Lee 2018-04-21 10:27:45 UTC
R-packages_src_install() {
	insinto /usr/$(get_libdir)/R/site-library
	doins -r "${WORKDIR}"/${PN//_/.}y
}

should be

R-packages_src_install() {
	insinto /usr/$(get_libdir)/R/site-library
	doins -r "${WORKDIR}"/${PN//_/.}
}
Comment 1 Benda Xu gentoo-dev 2018-05-29 06:28:27 UTC
Fixed in https://gitweb.gentoo.org/proj/R_overlay.git/commit/?id=9cbd621514659738f3a8943e4bde3d90c8febfc3

Thank you Sora for the report.