diff options
Diffstat (limited to 'gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild')
-rw-r--r-- | gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild b/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild index 5442b6d68cbe..00b22fd89995 100644 --- a/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild +++ b/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild,v 1.12 2003/08/03 02:36:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild,v 1.13 2003/09/06 23:51:37 msterret Exp $ inherit flag-o-matic # Do _NOT_ strip symbols in the build! @@ -35,6 +35,6 @@ src_install() { infodir=${D}/usr/share/info \ mandir=${D}/usr/share/man \ install || die "install failure" - - dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS + + dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS } |