Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 501164
Collapse All | Expand All

(-)LuaBitOp-1.0.2.ebuild.orig (-1 / +2 lines)
Lines 25-31 Link Here
25
25
26
src_install()
26
src_install()
27
{
27
{
28
	exeinto "$(pkg-config --variable INSTALL_CMOD lua)"
28
	local LUAPATH="$(pkg-config --variable INSTALL_CMOD lua)"
29
	exeinto "${LUAPATH#$EPREFIX}"
29
	doexe bit.so
30
	doexe bit.so
30
31
31
	dodoc README
32
	dodoc README

Return to bug 501164