--- /Gentoo/portage/tree/app-text/acroread/acroread-7.0.5.ebuild 2006-01-07 21:01:42.000000000 +0100 +++ /Gentoo/portage/tree/../local-tree/misc/app-text/acroread/acroread-7.0.5-r1.ebuild 2006-01-09 09:29:09.000000000 +0100 @@ -55,14 +55,17 @@ for i in ${DIRS} do if [ -d ${i} ] ; then - chown -R --dereference root:0 ${i} + chown -R --dereference -L root:0 ${i} mv ${i} ${D}${INSTALLDIR} fi done exeinto ${INSTALLDIR} doexe bin/acroread || die "doexe failed" - dodoc Browser/Browser_Plugin_HowTo.txt + # The Browser_Plugin_HowTo.txt is now in a subdirectory, which + # is named according to the language the user is using. + # Ie. for German, it is in a DEU directory. See bug #118015 + #dodoc Browser/${LANG_TAG}/Browser_Plugin_HowTo.txt if use nsplugin ; then exeinto /opt/netscape/plugins @@ -85,7 +88,7 @@ pkg_postinst () { # fix wrong directory permissions (bug #25931) - find ${INSTALLDIR} -type d | xargs chmod 755 || die + find ${INSTALLDIR}/. -type d | xargs chmod 755 || die einfo "The Acrobat(TM) Security Plugin will be enabled with USE=ldap" einfo "The Acrobat(TM) Browser Plugin will be enabled with USE=nsplugin"