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

Collapse All | Expand All

(-)bash-completion-1.0-r5.ebuild (-1 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit eutils
7
inherit eutils prefix
8
8
9
DESCRIPTION="Programmable Completion for bash"
9
DESCRIPTION="Programmable Completion for bash"
10
HOMEPAGE="http://bash-completion.alioth.debian.org/"
10
HOMEPAGE="http://bash-completion.alioth.debian.org/"
Lines 28-33 Link Here
28
28
29
src_prepare() {
29
src_prepare() {
30
	epatch "${FILESDIR}/${PN}-1.0-gentoo.patch"
30
	epatch "${FILESDIR}/${PN}-1.0-gentoo.patch"
31
	# adjust installation prefix
32
	epatch "${FILESDIR}/${PN}-1.0-prefix.patch"
33
	eprefixify bash_completion.sh
31
	epatch "${FILESDIR}/${PN}-1.0-bash4.patch"
34
	epatch "${FILESDIR}/${PN}-1.0-bash4.patch"
32
	# module-init-tools-3.8 changed locations
35
	# module-init-tools-3.8 changed locations
33
	sed -i 's:/sbin/lsmod:/bin/lsmod:' bash_completion
36
	sed -i 's:/sbin/lsmod:/bin/lsmod:' bash_completion

Return to bug 276901