diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-04-29 19:37:22 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-04-29 19:37:22 +0000 |
commit | e735771c079c582042c55c429b4bd66ffdb24ec2 (patch) | |
tree | af4a33d94e1e7e87b71e7362d15c439e5db21841 /app-text/acroread | |
parent | Update, FHS2.1 fixes, added USE pam,mysql,postgres,ldap (diff) | |
download | gentoo-2-e735771c079c582042c55c429b4bd66ffdb24ec2.tar.gz gentoo-2-e735771c079c582042c55c429b4bd66ffdb24ec2.tar.bz2 gentoo-2-e735771c079c582042c55c429b4bd66ffdb24ec2.zip |
added a dosym command to symlink the plugin to /opt/netscape/plugins
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/acroread-4.05.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/acroread/acroread-4.05.ebuild b/app-text/acroread/acroread-4.05.ebuild index 086d0f31bb5a..0b1366c4cc59 100644 --- a/app-text/acroread/acroread-4.05.ebuild +++ b/app-text/acroread/acroread-4.05.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-4.05.ebuild,v 1.1 2001/02/06 14:48:28 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-4.05.ebuild,v 1.2 2001/04/29 19:37:22 blutgens Exp $ A=linux-ar-405.tar.gz S=${WORKDIR}/ILINXR.install @@ -30,6 +30,7 @@ src_install () { exeinto /usr/X11R6/bin doexe acroread dodoc ReadMe LICREAD.TXT - + dodir /opt/netscape/plugins + dosym /usr/X11R6/lib/Acrobat4/Browsers/intellinux/nppdf.so /opt/netscape/plugins } |