diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-04-28 17:47:29 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-04-28 17:47:29 +0000 |
commit | 1fb7e29cfd7f3990b89e046bef3c6a476f4cf31a (patch) | |
tree | 33fcff622501bb5bc4f9eb14f8315903297269f7 /app-text | |
parent | Fixed IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-1fb7e29cfd7f3990b89e046bef3c6a476f4cf31a.tar.gz gentoo-2-1fb7e29cfd7f3990b89e046bef3c6a476f4cf31a.tar.bz2 gentoo-2-1fb7e29cfd7f3990b89e046bef3c6a476f4cf31a.zip |
install startup script in /opt/bin, bug #49278
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/acroread/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.08.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index 99d3a42f98c9..f0e2e2c61cfe 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/acroread -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.27 2003/10/30 11:10:58 usata Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.28 2004/04/28 17:47:29 lanius Exp $ + + 28 Apr 2004; Heinrich Wendel <lanius@gentoo.org> acroread-5.08.ebuild: + install startup script in /opt/bin, bug #49278 30 Oct 2003; Mamoru KOMACHI <usata@gentoo.org> files/acroread-utf8-gentoo.diff: diff --git a/app-text/acroread/acroread-5.08.ebuild b/app-text/acroread/acroread-5.08.ebuild index 551459c9a842..e20c43e4123c 100644 --- a/app-text/acroread/acroread-5.08.ebuild +++ b/app-text/acroread/acroread-5.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.08.ebuild,v 1.6 2004/02/15 18:03:22 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.08.ebuild,v 1.7 2004/04/28 17:47:29 lanius Exp $ inherit nsplugins eutils @@ -56,7 +56,7 @@ src_install() { -e "s:\$PROG =.*:\$PROG = '${INSTALLDIR}/acroread.real':" \ acroread || die "sed acroread failed" - exeinto ${INSTALLDIR} + exeinto /opt/bin doexe acroread dodoc README LICREAD.TXT dodir /opt/netscape/plugins |