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

Collapse All | Expand All

(-)xfree-4.3.99.11.ebuild (-1 / +1 lines)
Lines 221-227 Link Here
221
	if [ "`uname -r | cut -d. -f1,2`" != "2.2" ]
221
	if [ "`uname -r | cut -d. -f1,2`" != "2.2" ]
222
	then
222
	then
223
		ebegin "Updating Wacom USB Driver"
223
		ebegin "Updating Wacom USB Driver"
224
		gzip -dc ${DISTDIR}/xf86Wacom.c.gz > \
224
		mv ${DISTDIR}/xf86Wacom.c.gz \
225
			${S}/programs/Xserver/hw/xfree86/input/wacom/xf86Wacom.c || die
225
			${S}/programs/Xserver/hw/xfree86/input/wacom/xf86Wacom.c || die
226
		eend 0
226
		eend 0
227
	fi
227
	fi

Return to bug 28038