summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 02:46:06 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 02:46:06 +0000
commit45a9cca162bb52126cb0accca552010139d70b47 (patch)
treee1af98af432351ac577433a7457d59fe3e3b0bd1 /app-arch/lha
parentChanged einstall||die to einstall (diff)
downloadgentoo-2-45a9cca162bb52126cb0accca552010139d70b47.tar.gz
gentoo-2-45a9cca162bb52126cb0accca552010139d70b47.tar.bz2
gentoo-2-45a9cca162bb52126cb0accca552010139d70b47.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-arch/lha')
-rw-r--r--app-arch/lha/lha-114i.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-arch/lha/lha-114i.ebuild b/app-arch/lha/lha-114i.ebuild
index 69798f42d170..55bacd9d0305 100644
--- a/app-arch/lha/lha-114i.ebuild
+++ b/app-arch/lha/lha-114i.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i.ebuild,v 1.6 2002/08/16 02:34:18 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i.ebuild,v 1.7 2002/11/30 02:45:31 vapier Exp $
DESCRIPTION="Utility for creating and opening lzh archives."
HOMEPAGE="http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm"
@@ -13,17 +13,16 @@ KEYWORDS="x86 ppc sparc sparc64"
DEPEND="virtual/glibc"
src_unpack () {
- unpack "${A}"
- cd "${S}"
+ unpack ${A} ; cd ${S}
sed -e "/^OPTIMIZE/ s/-O2/${CFLAGS}/" < Makefile > Makefile.hacked
mv Makefile.hacked Makefile
}
-src_compile () {
+src_compile() {
emake || die
}
-src_install () {
+src_install() {
dodir /usr/bin
dodir /usr/share/man/ja/man1
make \