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

(-)a/net-misc/networkmanager/networkmanager-0.9.8.0.ebuild (+4 lines)
Lines 116-121 src_prepare() { Link Here
116
	# Force use of /run, avoid eautoreconf
116
	# Force use of /run, avoid eautoreconf
117
	sed -e 's:$localstatedir/run/:/run/:' -i configure || die
117
	sed -e 's:$localstatedir/run/:/run/:' -i configure || die
118
118
119
	# Fix completiondir, avoid eautoreconf
120
	sed -i 's|^completiondir =.*|completiondir = $(datadir)/bash-completion|' \
121
		cli/completion/Makefile.in || die "sed completiondir failed"
122
119
	default
123
	default
120
}
124
}
121
125

Return to bug 465100