Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128076 | Differences between
and this patch

Collapse All | Expand All

(-)jpilot-0.99.8.ebuild (-2 / +2 lines)
Lines 33-45 Link Here
33
}
33
}
34
34
35
src_compile() {
35
src_compile() {
36
	econf $(use_enable gtk2) $(use_enable nls) || die "configure failed"
36
	ABILIB=$(get_libdir) econf $(use_enable gtk2) $(use_enable nls) || die "configure failed"
37
	emake -j1 || die "make failed"
37
	emake -j1 || die "make failed"
38
}
38
}
39
39
40
src_install() {
40
src_install() {
41
	make install DESTDIR=${D} \
41
	make install DESTDIR=${D} \
42
		libdir=/usr/$(get_libdir) \
42
		libdir=/usr/$(get_libdir)/jpilot/plugins \
43
		docdir=/usr/share/doc/${PF} \
43
		docdir=/usr/share/doc/${PF} \
44
		icondir=/usr/share/pixmaps \
44
		icondir=/usr/share/pixmaps \
45
		desktopdir=/usr/share/applications || die "install failed"
45
		desktopdir=/usr/share/applications || die "install failed"

Return to bug 128076