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

(-)a/x11-libs/libpciaccess/libpciaccess-9999.ebuild (-1 / +1 lines)
Lines 18-23 CONFIGURE_OPTIONS="--with-pciids-path=/usr/share/misc" Link Here
18
src_install() {
18
src_install() {
19
	x-modular-r2_src_install
19
	x-modular-r2_src_install
20
	if ! use minimal; then
20
	if ! use minimal; then
21
		dobin src/.libs/scanpci || die
21
		dobin scanpci/.libs/scanpci || die
22
	fi
22
	fi
23
}
23
}

Return to bug 348224