Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89927 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 89927