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

(-)kth-krb-1.2.2-r1.ebuild.orig (-3 / +3 lines)
Lines 37-51 Link Here
37
}
37
}
38
38
39
src_install() {
39
src_install() {
40
	make prefix=${D}/usr/athena \
40
	
41
		sysconfdir=${D}/etc \
41
	make DESTDIR=${D} sysconfdir=${D}/etc \
42
		install || die
42
		install || die
43
43
44
	# Doesn't get install otherwise (for some reason, look into this).
44
	# Doesn't get install otherwise (for some reason, look into this).
45
	if use ssl ; then
45
	if use ssl ; then
46
		cd ${S}/lib/des
46
		cd ${S}/lib/des
47
47
48
		make prefix=${D}/usr/athena \
48
		make DESTDIR=${D}/usr/athena \
49
	 		install || die
49
	 		install || die
50
50
51
		cd ${S}
51
		cd ${S}

Return to bug 48138