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

Collapse All | Expand All

(-)consolekit-0.4.5.ebuild (+5 lines)
Lines 37-42 Link Here
37
		CONFIG_CHECK="~AUDITSYSCALL"
37
		CONFIG_CHECK="~AUDITSYSCALL"
38
		linux-info_pkg_setup
38
		linux-info_pkg_setup
39
	fi
39
	fi
40
41
	enewgroup plugdev
40
}
42
}
41
43
42
src_prepare() {
44
src_prepare() {
Lines 83-88 Link Here
83
	exeinto /usr/$(get_libdir)/ConsoleKit/run-session.d
85
	exeinto /usr/$(get_libdir)/ConsoleKit/run-session.d
84
	doexe "${FILESDIR}"/pam-foreground-compat.ck
86
	doexe "${FILESDIR}"/pam-foreground-compat.ck
85
87
88
	insinto /etc/polkit-1/localauthority/10-vendor.d
89
	doins "${FILESDIR}"/01-org.freedesktop.consolekit.pkla
90
86
	find "${ED}" -name '*.la' -exec rm -f {} +
91
	find "${ED}" -name '*.la' -exec rm -f {} +
87
}
92
}
88
93

Return to bug 369667