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 | 3e2de916f8c02ca74cc90b261cd45dd95d114367 (patch) | |
tree | 856dfbd61af07361d4d8e650791ca27a7c9d2989 /app-text/acroread | |
parent | Fixed IUSE. (diff) | |
download | historical-3e2de916f8c02ca74cc90b261cd45dd95d114367.tar.gz historical-3e2de916f8c02ca74cc90b261cd45dd95d114367.tar.bz2 historical-3e2de916f8c02ca74cc90b261cd45dd95d114367.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/Manifest | 4 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.08.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/app-text/acroread/Manifest index c61da00886a5..3bcb3f40f024 100644 --- a/app-text/acroread/Manifest +++ b/app-text/acroread/Manifest @@ -1,5 +1,5 @@ -MD5 5e7466ab1a1deb815611182cafa052d2 acroread-5.08.ebuild 1855 -MD5 00bbf7d86045393525a02b54f19bbcb3 ChangeLog 5791 +MD5 9c7cf222f182039e07786f23e9b5fa82 acroread-5.08.ebuild 1860 +MD5 6a7e3599e1a1e7ceb3189fbdf869884d ChangeLog 5893 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 d07d371ff58563e7bf7b27b71625694d files/digest-acroread-5.08 62 MD5 79e83cb62b3ccd74eda3b43c98586688 files/10acroread5 42 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 |