summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-04 11:05:20 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-04 11:05:20 +0000
commitb1ceee646dda9db4ca1ccb4233f57a194a51a4ad (patch)
tree585c17b7c68d955699f3ee54604285f33e02d29a /media-sound/saydate/saydate-0.3.0.ebuild
parentNew USE flags for PHP (diff)
downloadhistorical-b1ceee646dda9db4ca1ccb4233f57a194a51a4ad.tar.gz
historical-b1ceee646dda9db4ca1ccb4233f57a194a51a4ad.tar.bz2
historical-b1ceee646dda9db4ca1ccb4233f57a194a51a4ad.zip
Don't install COPYING file.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-sound/saydate/saydate-0.3.0.ebuild')
-rw-r--r--media-sound/saydate/saydate-0.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/saydate/saydate-0.3.0.ebuild b/media-sound/saydate/saydate-0.3.0.ebuild
index 35c696b237b9..20908b1a21ef 100644
--- a/media-sound/saydate/saydate-0.3.0.ebuild
+++ b/media-sound/saydate/saydate-0.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.13 2005/07/25 19:10:12 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.14 2005/09/04 11:04:22 flameeyes Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="A Linux shell program that talks the date and system uptime."
@@ -29,6 +29,6 @@ src_install () {
sed -i "s:/dev/audio:/dev/dsp:" ${S}/saydate
sed -i "s:/dev/audio:/dev/dsp:" ${S}/au2raw
sed -i "s:/dev/audio:/dev/dsp:" ${S}/DESIGN
- dodoc README TODO HISTORY DESIGN COPYING
+ dodoc README TODO HISTORY DESIGN
dobin saydate au2raw
}