diff options
Diffstat (limited to 'media-sound/saydate/saydate-0.3.0.ebuild')
-rw-r--r-- | media-sound/saydate/saydate-0.3.0.ebuild | 4 |
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 449e6a90c744..a95213cb8524 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-2003 Gentoo Technologies, Inc. # 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.5 2003/07/12 20:30:58 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.6 2003/09/07 00:06:06 msterret Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A Linux shell program that talks the date and system uptime." @@ -23,7 +23,7 @@ src_install () { dodir /usr/share/saydate insinto /usr/share/saydate - doins ${S}/data/*.raw + doins ${S}/data/*.raw sed -i "s:/dev/audio:/dev/dsp:" ${S}/saydate sed -i "s:/dev/audio:/dev/dsp:" ${S}/au2raw |