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

Collapse All | Expand All

(-)/home/dirtyepic/cvs/gentoo-x86/x11-base/xorg-server/xorg-server-1.6.3.901-r1.ebuild (+4 lines)
Lines 149-154 Link Here
149
		--localstatedir=/var
149
		--localstatedir=/var
150
		--enable-install-setuid
150
		--enable-install-setuid
151
		--with-fontdir=/usr/share/fonts
151
		--with-fontdir=/usr/share/fonts
152
		--with-default-font-path=catalogue:/etc/X11/fontpath.d,built-ins
152
		--with-xkb-output=/var/lib/xkb
153
		--with-xkb-output=/var/lib/xkb
153
		--without-dtrace
154
		--without-dtrace
154
		${conf_opts}"
155
		${conf_opts}"
Lines 187-192 Link Here
187
		doins hw/xfree86/xorg.conf.example \
188
		doins hw/xfree86/xorg.conf.example \
188
			|| die "couldn't install xorg.conf.example"
189
			|| die "couldn't install xorg.conf.example"
189
	fi
190
	fi
191
	
192
	# Create base font directories and catalogue symlinks.
193
	dodir /etc/X11/fontpath.d
190
}
194
}
191
195
192
pkg_postinst() {
196
pkg_postinst() {

Return to bug 185264