diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-27 18:02:06 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-27 18:02:06 +0000 |
commit | 040cfff7c7110a4c42c7935b84584539aa3004ee (patch) | |
tree | c8164e0a8d80a400daa2ecacae88504197c03a38 /media-gfx/photopc/photopc-3.05.ebuild | |
parent | changed SLOT to "0", since that seems to be proper (diff) | |
download | historical-040cfff7c7110a4c42c7935b84584539aa3004ee.tar.gz historical-040cfff7c7110a4c42c7935b84584539aa3004ee.tar.bz2 historical-040cfff7c7110a4c42c7935b84584539aa3004ee.zip |
Fixed installation issues. Thanks to Uwe Ohse
Diffstat (limited to 'media-gfx/photopc/photopc-3.05.ebuild')
-rw-r--r-- | media-gfx/photopc/photopc-3.05.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-gfx/photopc/photopc-3.05.ebuild b/media-gfx/photopc/photopc-3.05.ebuild index 9bb632f93c28..f50ebfdfc313 100644 --- a/media-gfx/photopc/photopc-3.05.ebuild +++ b/media-gfx/photopc/photopc-3.05.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/media-gfx/photopc/photopc-3.05.ebuild,v 1.1 2002/06/14 18:49:27 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.05.ebuild,v 1.2 2002/06/27 18:02:06 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="photopc" @@ -16,8 +16,9 @@ src_unpack () src_install () { - into /usr dobin photopc - doman photopc + dobin epinfo + doman photopc.1 + doman epinfo.1 } |