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

(-)csync2-1.32.ebuild.orig (-2 / +2 lines)
Lines 32-39 Link Here
32
src_install() {
32
src_install() {
33
33
34
	make DESTDIR=${D} \
34
	make DESTDIR=${D} \
35
		localstatedir=${D}/var \
35
		localstatedir=/var \
36
		sysconfdir=${D}/etc/csync2 \
36
		sysconfdir=/etc/csync2 \
37
		install || die "install problem"
37
		install || die "install problem"
38
38
39
	insinto /etc/xinetd.d
39
	insinto /etc/xinetd.d

Return to bug 131458