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

Collapse All | Expand All

(-)hplip-3.10.9.ebuild (+4 lines)
Lines 100-105 Link Here
100
src_prepare() {
100
src_prepare() {
101
	python_convert_shebangs -q -r 2 .
101
	python_convert_shebangs -q -r 2 .
102
102
103
	sed -i -e "s|/etc/udev/rules.d|/lib/udev/rules.d|" \
104
		$(find ./ -type f -exec grep -l '/etc/udev/rules.d' '{}' '+') \
105
		|| die "sed udev rules"
106
103
	# Do not install desktop files if there is no gui
107
	# Do not install desktop files if there is no gui
104
	# Upstream bug: https://bugs.launchpad.net/hplip/+bug/452113
108
	# Upstream bug: https://bugs.launchpad.net/hplip/+bug/452113
105
	epatch "${FILESDIR}"/${PN}-3.9.10-desktop.patch
109
	epatch "${FILESDIR}"/${PN}-3.9.10-desktop.patch

Return to bug 345725