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

Collapse All | Expand All

(-)/usr/portage/dev-java/blackdown-jre/blackdown-jre-1.4.1.ebuild (-1 / +3 lines)
Lines 29-35 Link Here
29
	virtual/java-scheme-2"
29
	virtual/java-scheme-2"
30
SLOT="0"
30
SLOT="0"
31
LICENSE="sun-bcla-java-vm"
31
LICENSE="sun-bcla-java-vm"
32
KEYWORDS="x86 sparc amd64"
32
KEYWORDS="~x86"
33
33
34
src_unpack () {
34
src_unpack () {
35
	tail -n +461 ${DISTDIR}/${A} | tar xjf -
35
	tail -n +461 ${DISTDIR}/${A} | tar xjf -
Lines 37-42 Link Here
37
37
38
src_install () {
38
src_install () {
39
	dodir /opt/${P}
39
	dodir /opt/${P}
40
	# Fix bug 22390
41
	dodir /opt/${P}/.systemPrefs
40
42
41
	cp -a ${S}/{bin,lib,man,plugin} ${D}/opt/${P}/
43
	cp -a ${S}/{bin,lib,man,plugin} ${D}/opt/${P}/
42
	find ${D}/opt/${P} -type f -name "*.so" -exec chmod +x \{\} \;
44
	find ${D}/opt/${P} -type f -name "*.so" -exec chmod +x \{\} \;

Return to bug 22390