Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176979
Collapse All | Expand All

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

Return to bug 176979