diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-24 02:20:30 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-24 02:20:30 +0000 |
commit | 19ac6c077d9b14b1ebaa694819e7357b372fb335 (patch) | |
tree | 671e126180dd869a03060a01c2db50ad9996ad04 /dev-util/gob | |
parent | ~ dep bug fix (typo) (diff) | |
download | gentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.tar.gz gentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.tar.bz2 gentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.zip |
Various fixes
Diffstat (limited to 'dev-util/gob')
-rw-r--r-- | dev-util/gob/gob-1.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gob/gob-1.0.9.ebuild b/dev-util/gob/gob-1.0.9.ebuild index acf14a395823..5d1047a02776 100644 --- a/dev-util/gob/gob-1.0.9.ebuild +++ b/dev-util/gob/gob-1.0.9.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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.0.9.ebuild,v 1.1 2001/06/05 19:43:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.0.9.ebuild,v 1.2 2001/06/24 02:20:30 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -21,7 +21,7 @@ src_compile() { src_install () { try make DESTDIR=${D} install - dodoc AUTHORS COPYING CHangeLog NEWS README TODO + dodoc AUTHORS COPYING ChangeLog NEWS README TODO } |