diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-15 22:14:59 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-15 22:14:59 +0000 |
commit | 95446fcedaf5e83a9b25027436ec03e7e70e836a (patch) | |
tree | 6dafd8f41f4cf709084a69ea12215155c064f2d5 /app-text | |
parent | Temporarily forcing nls as it will not compile otherwise. (diff) | |
download | gentoo-2-95446fcedaf5e83a9b25027436ec03e7e70e836a.tar.gz gentoo-2-95446fcedaf5e83a9b25027436ec03e7e70e836a.tar.bz2 gentoo-2-95446fcedaf5e83a9b25027436ec03e7e70e836a.zip |
terminate the sed command
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/acroread/acroread-5.06-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/acroread/acroread-5.06-r1.ebuild b/app-text/acroread/acroread-5.06-r1.ebuild index 550674537c87..cea06cf30a53 100644 --- a/app-text/acroread/acroread-5.06-r1.ebuild +++ b/app-text/acroread/acroread-5.06-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.06-r1.ebuild,v 1.2 2002/08/14 17:46:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.06-r1.ebuild,v 1.3 2002/08/15 22:14:59 seemant Exp $ MY_P=linux-${PV/./} S=${WORKDIR} @@ -36,7 +36,7 @@ src_install () { mv acroread acroread.sed - sed -e "s:\$PROG =.*:\$PROG = '${INSTALLDIR}/acroread.real'" \ + sed -e "s:\$PROG =.*:\$PROG = '${INSTALLDIR}/acroread.real':" \ acroread.sed > acroread exeinto ${INSTALLDIR} |