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

(-)acroread-5.05.ebuild.orig (-3 / +3 lines)
Lines 27-33 Link Here
27
27
28
src_install () {
28
src_install () {
29
29
30
	dodir /opt/Acrobat4
30
	dodir ${INSTALLDIR}
31
	for i in Browsers Reader Resource
31
	for i in Browsers Reader Resource
32
	do
32
	do
33
		cp -a ${S}/${i} ${D}/${INSTALLDIR}
33
		cp -a ${S}/${i} ${D}/${INSTALLDIR}
Lines 37-44 Link Here
37
	dodoc README LICREAD.TXT MANIFEST
37
	dodoc README LICREAD.TXT MANIFEST
38
	into /opt/netscape/plugins
38
	into /opt/netscape/plugins
39
	dosym ${INSTALLDIR}/Browsers/intellinux/nppdf.so /opt/netscape/plugins
39
	dosym ${INSTALLDIR}/Browsers/intellinux/nppdf.so /opt/netscape/plugins
40
	insinto /etc/env.d
40
	mkdir -p ${D}/etc/env.d
41
	doins ${FILESDIR}/10acroread5
41
	echo -e "PATH=${INSTALLDIR}\nROOTPATH=${INSTALLDIR}" > ${D}/etc/env.d/10acroread5
42
42
43
	#mozilla compatibility contributed by m3thos@netcabo.pt(Miguel Sousa Filipe)
43
	#mozilla compatibility contributed by m3thos@netcabo.pt(Miguel Sousa Filipe)
44
	if use mozilla; then
44
	if use mozilla; then

Return to bug 2950