View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/sys-devel/automake/automake-1.10.ebuild (-4 / +5 lines)
 Lines 27-32    Link Here 
	sed -i \
	sed -i \
		-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
		-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
		doc/automake.texi || die "sed failed"
		doc/automake.texi || die "sed failed"
	mv doc/automake{,${SLOT}}.texi
	sed -i \
		-e "s:automake.info:automake${SLOT}.info:" \
		-e "s:automake.texi:automake${SLOT}.texi:" \
		doc/Makefile.in || die "sed on Makefile.in failed"
	export WANT_AUTOCONF=2.5
	export WANT_AUTOCONF=2.5
}
}
 Lines 41-50    Link Here 
		doman ${x}-${SLOT}.1
		doman ${x}-${SLOT}.1
		rm -f "${D}"/usr/bin/${x}
		rm -f "${D}"/usr/bin/${x}
	done
	done
	cd "${D}"/usr/share/info || die
	for x in *.info* ; do
		mv "${x}" "${x/${PN}/${PN}${SLOT}}" || die
	done
	# remove all config.guess and config.sub files replacing them
	# remove all config.guess and config.sub files replacing them
	# w/a symlink to a specific gnuconfig version
	# w/a symlink to a specific gnuconfig version