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

Collapse All | Expand All

(-)/usr/portage/eclass/netsurf.eclass (-2 / +2 lines)
Lines 162-170 Link Here
162
	#DEFAULT_ABI may not be the last.
162
	#DEFAULT_ABI may not be the last.
163
	#install to clean dir, rename binaries, move everything back
163
	#install to clean dir, rename binaries, move everything back
164
	if [ "${ABI}" == "${DEFAULT_ABI}" ] ; then
164
	if [ "${ABI}" == "${DEFAULT_ABI}" ] ; then
165
		netsurf_make LIBDIR="lib" DESTDIR="${D}" install "$@"
165
		netsurf_make DESTDIR="${D}" install "$@"
166
	else
166
	else
167
		netsurf_make LIBDIR="lib" DESTDIR="${D}"${ABI} install "$@"
167
		netsurf_make DESTDIR="${D}"${ABI} install "$@"
168
		if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
168
		if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
169
			find "${D}"${ABI}/usr/bin -type f -exec mv {} {}.${ABI} \;
169
			find "${D}"${ABI}/usr/bin -type f -exec mv {} {}.${ABI} \;
170
		fi
170
		fi

Return to bug 514170