diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-01-07 03:17:57 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-01-07 03:17:57 +0000 |
commit | fac1e45bffcca87a77d7b887c7c26952426fc376 (patch) | |
tree | f89c03eead26e556258cdd5aaeb192e79ae82df2 /app-misc | |
parent | version bump (diff) | |
download | historical-fac1e45bffcca87a77d7b887c7c26952426fc376.tar.gz historical-fac1e45bffcca87a77d7b887c7c26952426fc376.tar.bz2 historical-fac1e45bffcca87a77d7b887c7c26952426fc376.zip |
Minor facelift
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/cdspeed/cdspeed-0.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/cdspeed/cdspeed-0.2.ebuild b/app-misc/cdspeed/cdspeed-0.2.ebuild index 4fa06c63ff98..ab75858096ba 100644 --- a/app-misc/cdspeed/cdspeed-0.2.ebuild +++ b/app-misc/cdspeed/cdspeed-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdspeed/cdspeed-0.2.ebuild,v 1.1 2003/01/06 22:58:16 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdspeed/cdspeed-0.2.ebuild,v 1.2 2003/01/07 03:17:57 agenkin Exp $ DESCRIPTION="Change the speed of your CD drive." HOMEPAGE="http://linuxfocus.org/~guido/" @@ -14,7 +14,8 @@ SRC_URI="http://linuxfocus.org/~guido/${P}.tar.gz" S=${WORKDIR}/${P} src_unpack() { - unpack ${A} ; cd ${S} + unpack ${A} + cd ${S} mv Makefile Makefile.orig sed -e "s:^CFLAGS=-O.*:CFLAGS=${CFLAGS}:" \ Makefile.orig > Makefile @@ -24,7 +25,7 @@ src_compile() { emake || die } -src_install () { +src_install() { exeinto /usr/bin doexe cdspeed exeinto /usr/lib/cdspeed |