summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2000-09-15 20:06:31 +0000
committerDaniel Robbins <drobbins@gentoo.org>2000-09-15 20:06:31 +0000
commitdcfab15439594419324b18fbbf1f60d2b0248d4b (patch)
tree989d49cd66c37b829410b3defd7c2b88860a838e
parentmore netscape updates (diff)
downloadhistorical-dcfab15439594419324b18fbbf1f60d2b0248d4b.tar.gz
historical-dcfab15439594419324b18fbbf1f60d2b0248d4b.tar.bz2
historical-dcfab15439594419324b18fbbf1f60d2b0248d4b.zip
oops :)
-rw-r--r--media-sound/esound/esound-0.2.19.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/media-sound/esound/esound-0.2.19.ebuild b/media-sound/esound/esound-0.2.19.ebuild
index 6dd38e2fa69c..7b4409a8fe1f 100644
--- a/media-sound/esound/esound-0.2.19.ebuild
+++ b/media-sound/esound/esound-0.2.19.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.19.ebuild,v 1.2 2000/08/16 04:38:09 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.19.ebuild,v 1.3 2000/09/15 20:06:31 drobbins Exp $
P=esound-0.2.19
A=${P}.tar.gz
@@ -13,14 +13,13 @@ HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html"
src_compile() {
cd ${S}
- ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/esd \
- --with-libwrap
- make
+ try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/esd --with-libwrap
+ try make
}
src_install() {
cd ${S}
- make prefix=${D}/usr sysconfdir=${D}/etc/esd install
+ try make prefix=${D}/usr sysconfdir=${D}/etc/esd install
dodoc AUTHORS COPYING* ChangeLog README TODO
dodoc NEWS TIPS
dodoc docs/esound.ps