diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-09-02 01:52:26 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-09-02 01:52:26 +0000 |
commit | f0a5efdeb2c59472741722cdb699a83dd7e4fb3e (patch) | |
tree | 8d7e5220da9a747f66751b30e75d864f3a7608bd /app-arch | |
parent | Moved install location. Fixes #7335. Submitted by Javier Marcet (diff) | |
download | gentoo-2-f0a5efdeb2c59472741722cdb699a83dd7e4fb3e.tar.gz gentoo-2-f0a5efdeb2c59472741722cdb699a83dd7e4fb3e.tar.bz2 gentoo-2-f0a5efdeb2c59472741722cdb699a83dd7e4fb3e.zip |
to fix my typo
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unace/unace-2.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/unace/unace-2.0.4.ebuild b/app-arch/unace/unace-2.0.4.ebuild index 67ae22a26dc3..4b6d95e2027a 100644 --- a/app-arch/unace/unace-2.0.4.ebuild +++ b/app-arch/unace/unace-2.0.4.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-arch/unace/unace-2.0.4.ebuild,v 1.7 2002/09/02 01:49:58 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-2.0.4.ebuild,v 1.8 2002/09/02 01:52:26 rphillips Exp $ S=${WORKDIR} DESCRIPTION="ACE unarchiver" @@ -14,6 +14,6 @@ KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc" src_install () { - into /opt/bin + into /opt dobin unace } |