diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-04-28 17:55:33 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-04-28 17:55:33 +0000 |
commit | 2e5163415d142d82157c618d0a44c1464c17c445 (patch) | |
tree | 25e1d6ee0871ee6c8c4c59beac5f77be4a4cf2f4 /app-text/acroread | |
parent | Fixed IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-2e5163415d142d82157c618d0a44c1464c17c445.tar.gz gentoo-2-2e5163415d142d82157c618d0a44c1464c17c445.tar.bz2 gentoo-2-2e5163415d142d82157c618d0a44c1464c17c445.zip |
revert that, it was wrong
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index f0e2e2c61cfe..bf41e17b8c8d 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/acroread # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.29 2004/04/28 17:55:33 lanius Exp $ + + 28 Apr 2004; Heinrich Wendel <lanius@gentoo.org> acroread-5.08.ebuild: + revert that, it was wrong 28 Apr 2004; Heinrich Wendel <lanius@gentoo.org> acroread-5.08.ebuild: install startup script in /opt/bin, bug #49278 diff --git a/app-text/acroread/acroread-5.08.ebuild b/app-text/acroread/acroread-5.08.ebuild index e20c43e4123c..c254589ea4c7 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.7 2004/04/28 17:47:29 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.08.ebuild,v 1.8 2004/04/28 17:55:33 lanius Exp $ inherit nsplugins eutils @@ -56,7 +56,7 @@ src_install() { -e "s:\$PROG =.*:\$PROG = '${INSTALLDIR}/acroread.real':" \ acroread || die "sed acroread failed" - exeinto /opt/bin + exeinto ${INSTALLDIR} doexe acroread dodoc README LICREAD.TXT dodir /opt/netscape/plugins |