diff options
author | 2002-08-15 22:14:59 +0000 | |
---|---|---|
committer | 2002-08-15 22:14:59 +0000 | |
commit | 83fb3e740f320f1647dd5a96995ede799944f494 (patch) | |
tree | d159e24267c1b03ccd58dc69a93e6cedce86395d /app-text/acroread | |
parent | Temporarily forcing nls as it will not compile otherwise. (diff) | |
download | historical-83fb3e740f320f1647dd5a96995ede799944f494.tar.gz historical-83fb3e740f320f1647dd5a96995ede799944f494.tar.bz2 historical-83fb3e740f320f1647dd5a96995ede799944f494.zip |
terminate the sed command
Diffstat (limited to 'app-text/acroread')
-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} |