View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/dev-java/sun-jdk/sun-jdk-1.4.2.08.ebuild (-1 / +2 lines)
 Lines 67-73    Link Here 
	fi
	fi
	#Search for the ELF Header
	#Search for the ELF Header
	testExp=`echo -e "\177\105\114\106\001\001\001"`
	testExp=`echo -e "\177\105\114\106\001\001\001"`
	startAt=`grep -aonm 1 ${testExp}  ${DISTDIR}/${At} | cut -d: -f1`
	grep -aonm 1 ${testExp} ${DISTDIR}/${At} > /tmp/javatmp
	startAt=`cut -d: -f1 /tmp/javatmp`
	tail -n +${startAt} ${DISTDIR}/${At} > install.sfx
	tail -n +${startAt} ${DISTDIR}/${At} > install.sfx
	chmod +x install.sfx
	chmod +x install.sfx
	./install.sfx || die
	./install.sfx || die