diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-05-24 06:46:10 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-05-24 06:46:10 +0000 |
commit | 97c4d7d26547a02f7dee5a1d8b4443664b8a08fa (patch) | |
tree | bbdc5d1b6824fb84129f7f69bf279c849b6ab931 /app-arch/lha | |
parent | A unique license for LHA archiver. :( (diff) | |
download | gentoo-2-97c4d7d26547a02f7dee5a1d8b4443664b8a08fa.tar.gz gentoo-2-97c4d7d26547a02f7dee5a1d8b4443664b8a08fa.tar.bz2 gentoo-2-97c4d7d26547a02f7dee5a1d8b4443664b8a08fa.zip |
- The submitter forgot to package the docs.
Diffstat (limited to 'app-arch/lha')
-rw-r--r-- | app-arch/lha/lha-114i.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/lha/lha-114i.ebuild b/app-arch/lha/lha-114i.ebuild index a0fae98ee635..6290edaa09ad 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.1 2002/05/24 06:33:53 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i.ebuild,v 1.2 2002/05/24 06:46:10 agenkin Exp $ DESCRIPTION="Utility for creating and opening lzh archives." HOMEPAGE="http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm" @@ -29,4 +29,5 @@ src_install () { dodir /usr/bin dodir /usr/share/man/ja/man1 make BINDIR=${D}/usr/bin MANDIR=${D}/usr/share/man/ja install MANSECT=1 || die + dodoc *.txt *.euc *.eng } |