|
|
| |
src_install () { | src_install () { |
| |
dodir /opt/Acrobat4 |
dodir ${INSTALLDIR} |
for i in Browsers Reader Resource | for i in Browsers Reader Resource |
do | do |
cp -a ${S}/${i} ${D}/${INSTALLDIR} | cp -a ${S}/${i} ${D}/${INSTALLDIR} |
|
|
dodoc README LICREAD.TXT MANIFEST | dodoc README LICREAD.TXT MANIFEST |
into /opt/netscape/plugins | into /opt/netscape/plugins |
dosym ${INSTALLDIR}/Browsers/intellinux/nppdf.so /opt/netscape/plugins | dosym ${INSTALLDIR}/Browsers/intellinux/nppdf.so /opt/netscape/plugins |
insinto /etc/env.d |
mkdir -p ${D}/etc/env.d |
doins ${FILESDIR}/10acroread5 |
echo -e "PATH=${INSTALLDIR}\nROOTPATH=${INSTALLDIR}" > ${D}/etc/env.d/10acroread5 |
| |
#mozilla compatibility contributed by m3thos@netcabo.pt(Miguel Sousa Filipe) | #mozilla compatibility contributed by m3thos@netcabo.pt(Miguel Sousa Filipe) |
if use mozilla; then | if use mozilla; then |