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

(-)kaffe-1.1.7.ebuild (-5 / +5 lines)
Lines 103-113 Link Here
103
	emake DESTDIR="${D}" install || die "Failed to install"
103
	emake DESTDIR="${D}" install || die "Failed to install"
104
	set_java_env
104
	set_java_env
105
105
106
	local javadoc="${D}/opt/${P}/bin/javadoc"
106
	# use doexe to ensure executable bit
107
107
	echo '#!/bin/bash' > javadoc
108
	# xno append here to zero the kaffe installed one
108
	echo 'exec /usr/bin/gjdoc "${@}"' >> javadoc
109
	echo '#!/bin/bash' > ${javadoc}
109
	exeinto "/opt/${P}/bin/"
110
	echo 'exec /usr/bin/gjdoc "${@}"' >> ${javadoc}
110
	doexe javadoc
111
}
111
}
112
112
113
pkg_postinst() {
113
pkg_postinst() {

Return to bug 144635