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

Collapse All | Expand All

(-)ati-drivers-8.40.4.ebuild (-3 / +2 lines)
Lines 119-126 Link Here
119
	#would be created
119
	#would be created
120
	sh "${src}" --extract "${S}" 2&>1 /dev/null
120
	sh "${src}" --extract "${S}" 2&>1 /dev/null
121
121
122
	gunzip common/usr/share/man/man8/atieventsd.8 || die "manpage unzip failed"
123
124
	# These are the userspace utilities that we also have source for.
122
	# These are the userspace utilities that we also have source for.
125
	# We rebuild these later.
123
	# We rebuild these later.
126
	rm \
124
	rm \
Lines 169-174 Link Here
169
	epatch ${FILESDIR}/${PV}/${P}-warnings.patch
167
	epatch ${FILESDIR}/${PV}/${P}-warnings.patch
170
168
171
	if kernel_is ge 2 6 23; then
169
	if kernel_is ge 2 6 23; then
170
		cd ${S}/common/lib/modules/fglrx/build_mod
172
		epatch ${FILESDIR}/${PV}/${PN}-2.6.23.patch
171
		epatch ${FILESDIR}/${PV}/${PN}-2.6.23.patch
173
	fi
172
	fi
174
}
173
}
Lines 287-293 Link Here
287
	# etc.
286
	# etc.
288
	insinto /etc/ati
287
	insinto /etc/ati
289
	# Everything except for the authatieventsd.sh script.
288
	# Everything except for the authatieventsd.sh script.
290
	doins common/etc/ati/{fglrxprofiles.csv,fglrxrc,logo*,control,atiogl.xml,signature}
289
	doins common/etc/ati/{logo*,control,atiogl.xml,signature}
291
	if use acpi; then
290
	if use acpi; then
292
		doins common/etc/ati/authatieventsd.sh
291
		doins common/etc/ati/authatieventsd.sh
293
	fi
292
	fi

Return to bug 196820