View | Details | Raw Unified
Collapse All | Expand All

(-) sun-jdk-1.4.2.14.ebuild (-1 / +1 lines)
 Lines 82-88    Link Here 
		fi
		fi
	fi
	fi
	#Search for the ELF Header
	#Search for the ELF Header
	testExp=$'\177\105\114\106\001\001\001'
	testExp=$(echo -e '\0177\0105\0114\0106\0001\0001\0001')
	startAt=`grep -aonm 1 ${testExp}  ${DISTDIR}/${At} | cut -d: -f1`
	startAt=`grep -aonm 1 ${testExp}  ${DISTDIR}/${At} | cut -d: -f1`
	tail -n +${startAt} ${DISTDIR}/${At} > install.sfx
	tail -n +${startAt} ${DISTDIR}/${At} > install.sfx
	chmod +x install.sfx
	chmod +x install.sfx