diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-24 20:17:32 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-24 20:17:32 +0000 |
commit | 83303c937f5906178c481d4434589aaa7d9b5667 (patch) | |
tree | 711e1a32b48e89f2135c57556700fc066ef7af9a /media-gfx | |
parent | fix for rc5 (diff) | |
download | historical-83303c937f5906178c481d4434589aaa7d9b5667.tar.gz historical-83303c937f5906178c481d4434589aaa7d9b5667.tar.bz2 historical-83303c937f5906178c481d4434589aaa7d9b5667.zip |
install fix
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/qiv/qiv-1.6.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-gfx/qiv/qiv-1.6.ebuild b/media-gfx/qiv/qiv-1.6.ebuild index 300285538f8d..2046450bed5c 100644 --- a/media-gfx/qiv/qiv-1.6.ebuild +++ b/media-gfx/qiv/qiv-1.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Thread <thread@threadbox.net> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.6.ebuild,v 1.4 2001/06/23 19:30:38 thread Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.6.ebuild,v 1.5 2001/06/24 20:17:32 achim Exp $ #P= S=${WORKDIR}/${P} @@ -22,9 +22,8 @@ src_compile() { src_install () { - dodir /usr/bin - dodir /usr/man/man1 - try make PREFIX=${D}usr install - + dobin qiv + doman qiv.1 + dodoc README* } |