View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/dev-lang/pike/pike-7.6.24.ebuild (+3 lines)
 Lines 75-78    Link Here 
	else
	else
		make INSTALLARGS="--traditional" buildroot="${D}" install_nodoc || die
		make INSTALLARGS="--traditional" buildroot="${D}" install_nodoc || die
	fi
	fi
	
	x=`echo ${WORKDIR} | sed s/./_/g`
	find ${D} -type f -exec sed -i s${WORKDIR}${x} {} \;
}
}