diff options
author | 2002-08-02 05:01:06 +0000 | |
---|---|---|
committer | 2002-08-02 05:01:06 +0000 | |
commit | f19019c6b76f116b6793b96133201326289d79f4 (patch) | |
tree | 468c28fe2d6025e3bc201765834ae3b1729b5315 /app-cdr/simplecdrx | |
parent | modernised (diff) | |
download | historical-f19019c6b76f116b6793b96133201326289d79f4.tar.gz historical-f19019c6b76f116b6793b96133201326289d79f4.tar.bz2 historical-f19019c6b76f116b6793b96133201326289d79f4.zip |
modernised
Diffstat (limited to 'app-cdr/simplecdrx')
-rw-r--r-- | app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild b/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild index 82b395d278a8..8ac17603f391 100644 --- a/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild +++ b/app-cdr/simplecdrx/simplecdrx-1.0_pre1.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-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild,v 1.6 2002/07/22 01:39:12 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild,v 1.7 2002/08/02 05:01:06 seemant Exp $ MY_P="${PN}-`echo ${PV} |sed -e 's:_:-:'`" S=${WORKDIR}/${MY_P} @@ -36,7 +36,7 @@ src_compile() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ || die - + emake || die } |