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

Collapse All | Expand All

(-)xmltv-0.5.43-r4.ebuild.orig (-3 / +4 lines)
Lines 172-186 Link Here
172
172
173
src_compile() {
173
src_compile() {
174
	sed -i "s:\$VERSION = '${PV}':\$VERSION = '${PVR}':" Makefile.PL || die
174
	sed -i "s:\$VERSION = '${PV}':\$VERSION = '${PVR}':" Makefile.PL || die
175
	make_config | perl Makefile.PL PREFIX=/usr
175
	make_config | perl-module_src_compile
176
}
176
}
177
177
178
src_install() {
178
src_install() {
179
	make
179
	#make
180
	# actually make test should be unneede, but if non na grabbers
180
	# actually make test should be unneede, but if non na grabbers
181
	# start to not install remove comment below
181
	# start to not install remove comment below
182
	# make test
182
	# make test
183
	make DESTDIR=${D} install
183
	#make DESTDIR=${D} install
184
	perl-module_src_install
184
185
185
	for i in `grep -rl "${D}" "${D}"` ; do
186
	for i in `grep -rl "${D}" "${D}"` ; do
186
		sed -e "s:${D}::g" -i "${i}"
187
		sed -e "s:${D}::g" -i "${i}"

Return to bug 95166