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

Collapse All | Expand All

(-)xinit-1.0.8-r5.ebuild (-10 / +2 lines)
Lines 42-50 Link Here
42
src_unpack() {
42
src_unpack() {
43
	x-modular_unpack_source
43
	x-modular_unpack_source
44
	x-modular_patch_source
44
	x-modular_patch_source
45
	if use minimal; then
46
		epatch ${FILESDIR}/gentoo-minimal-xinit.patch
47
	fi
48
45
49
	sed -i -e "s:^XINITDIR.*:XINITDIR = \$(sysconfdir)/X11/xinit:g" "${S}/Makefile.am"
46
	sed -i -e "s:^XINITDIR.*:XINITDIR = \$(sysconfdir)/X11/xinit:g" "${S}/Makefile.am"
50
47
Lines 57-69 Link Here
57
	doexe "${FILESDIR}"/chooser.sh "${FILESDIR}"/startDM.sh || die
54
	doexe "${FILESDIR}"/chooser.sh "${FILESDIR}"/startDM.sh || die
58
	exeinto /etc/X11/Sessions
55
	exeinto /etc/X11/Sessions
59
	doexe "${FILESDIR}"/Xsession || die
56
	doexe "${FILESDIR}"/Xsession || die
60
	if use minimal; then
57
	exeinto /etc/X11/xinit
61
		exeinto /usr/bin
58
	doexe "${FILESDIR}"/xinitrc || die
62
		doexe "${FILESDIR}/idle.sh"
63
	else
64
		exeinto /etc/X11/xinit
65
		doexe "${FILESDIR}"/xinitrc
66
	fi
67
	newinitd "${FILESDIR}"/xdm.initd-2 xdm
59
	newinitd "${FILESDIR}"/xdm.initd-2 xdm
68
	newconfd "${FILESDIR}"/xdm.confd-1 xdm
60
	newconfd "${FILESDIR}"/xdm.confd-1 xdm
69
	newpamd "${FILESDIR}"/xserver.pamd xserver
61
	newpamd "${FILESDIR}"/xserver.pamd xserver

Return to bug 263192