View | Details | Raw Unified
Collapse All | Expand All

(-) sun-jdk-1.4.2.12-r2.ebuild (-1 / +1 lines)
 Lines 81-87    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 "\177\105\114\106\001\001\001"`
	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