diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 08:20:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 08:20:10 +0000 |
commit | 771d9c4e6822a6be6d8473a7b17364f739acae96 (patch) | |
tree | 706460087a3b066392a6fe4c0f913fde59e5c249 /app-text/acroread | |
parent | version bump (diff) | |
download | gentoo-2-771d9c4e6822a6be6d8473a7b17364f739acae96.tar.gz gentoo-2-771d9c4e6822a6be6d8473a7b17364f739acae96.tar.bz2 gentoo-2-771d9c4e6822a6be6d8473a7b17364f739acae96.zip |
cleanup
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/acroread-4.05-r4.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/acroread/acroread-4.05-r4.ebuild b/app-text/acroread/acroread-4.05-r4.ebuild index 83268029fc5f..f6a388ac60ed 100644 --- a/app-text/acroread/acroread-4.05-r4.ebuild +++ b/app-text/acroread/acroread-4.05-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: system@gentoo.org -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-4.05-r4.ebuild,v 1.1 2002/04/05 05:48:41 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-4.05-r4.ebuild,v 1.2 2002/04/27 08:20:10 seemant Exp $ MY_P=linux-ar-405 S=${WORKDIR}/ILINXR.install @@ -14,10 +14,10 @@ RDEPEND="virtual/x11" src_unpack() { - unpack ${A} - cd ${S} - tar xvf ILINXR.TAR - tar xvf READ.TAR + unpack ${A} + cd ${S} + tar xvf ILINXR.TAR + tar xvf READ.TAR } src_compile () { |