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

(-)encodings-1.0.2.ebuild (+13 lines)
Lines 16-18 Link Here
16
	x11-apps/mkfontscale"
16
	x11-apps/mkfontscale"
17
17
18
CONFIGURE_OPTIONS="--with-encodingsdir=/usr/share/fonts/encodings"
18
CONFIGURE_OPTIONS="--with-encodingsdir=/usr/share/fonts/encodings"
19
20
ECONF_SOURCE=${S}
21
22
src_compile() {
23
	mkdir $S/build
24
	cd $S/build
25
	x-modular_src_compile
26
}
27
28
src_install() {
29
	cd $S/build
30
	x-modular_src_install
31
}

Return to bug 199816