diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-06 18:32:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-06 18:32:54 +0000 |
commit | 92895e125bbf7f07d7d33063c619d290e10438f7 (patch) | |
tree | 7f3b5b6dc1bbb8beeadcc8b71b5767dc8209fe61 /media-gfx/gphoto | |
parent | o OOps! had a stray line at the end of the ebuild. (diff) | |
download | historical-92895e125bbf7f07d7d33063c619d290e10438f7.tar.gz historical-92895e125bbf7f07d7d33063c619d290e10438f7.tar.bz2 historical-92895e125bbf7f07d7d33063c619d290e10438f7.zip |
*** empty log message ***
Diffstat (limited to 'media-gfx/gphoto')
-rw-r--r-- | media-gfx/gphoto/gphoto-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gphoto/gphoto-0.4.3.ebuild b/media-gfx/gphoto/gphoto-0.4.3.ebuild index ff035de41047..06aa21ad9cb6 100644 --- a/media-gfx/gphoto/gphoto-0.4.3.ebuild +++ b/media-gfx/gphoto/gphoto-0.4.3.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 AJ Lewis <aj@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3.ebuild,v 1.2 2001/05/06 18:29:28 aj Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3.ebuild,v 1.3 2001/05/06 18:32:54 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -24,7 +24,7 @@ src_compile() { src_install() { try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install - dodoc AUTHORS CONTACTS COPYING Changelog FAQ MANUAL NEWS* PROGRAMMERS \ + dodoc AUTHORS CONTACTS COPYING ChangeLog FAQ MANUAL NEWS* PROGRAMMERS \ README THANKS THEMES TODO } |