Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 383773
Collapse All | Expand All

(-)avahi.orig/avahi-0.6.29.ebuild (+1 lines)
Lines 178-183 Link Here
178
		insinto /usr/share/devhelp/books/avahi
178
		insinto /usr/share/devhelp/books/avahi
179
		doins avahi.devhelp || die
179
		doins avahi.devhelp || die
180
	fi
180
	fi
181
	python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover || die
181
}
182
}
182
183
183
pkg_postrm() {
184
pkg_postrm() {
(-)avahi.orig/avahi-0.6.30-r1.ebuild (+1 lines)
Lines 192-197 Link Here
192
192
193
	# Remove .la files
193
	# Remove .la files
194
	find "${D}" -name '*.la' -exec rm -f {} + || die
194
	find "${D}" -name '*.la' -exec rm -f {} + || die
195
	python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover || die
195
}
196
}
196
197
197
pkg_postrm() {
198
pkg_postrm() {

Return to bug 383773