diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
commit | 85bf0780b54b0388919f656d5d2475ac8dfbfc7d (patch) | |
tree | 5462eacfdcae74754e7ca88e02f792ab14b385f0 /app-editors/qemacs/qemacs-0.3.1.ebuild | |
parent | version bump, first gpg-signed package ;) (Manifest recommit) (diff) | |
download | gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.gz gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.bz2 gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.zip |
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/qemacs/qemacs-0.3.1.ebuild')
-rw-r--r-- | app-editors/qemacs/qemacs-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/qemacs/qemacs-0.3.1.ebuild b/app-editors/qemacs/qemacs-0.3.1.ebuild index 844d407ca239..1cbee675419a 100644 --- a/app-editors/qemacs/qemacs-0.3.1.ebuild +++ b/app-editors/qemacs/qemacs-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1.ebuild,v 1.8 2004/04/25 22:04:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1.ebuild,v 1.9 2004/05/31 22:12:04 vapier Exp $ inherit eutils @@ -35,6 +35,6 @@ src_install() { dodir /usr/bin einstall || die doman qe.1 - dodoc COPYING Changelog README TODO VERSION + dodoc Changelog README TODO VERSION dohtml *.html } |