summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2000-09-15 16:18:48 +0000
committerDaniel Robbins <drobbins@gentoo.org>2000-09-15 16:18:48 +0000
commite497e67d2e171eee48f50a53e78233ddc317eaa5 (patch)
tree6c06a2fc14d3d252146fafa36e3d0648576a4e2b /media-libs/audiofile
parenttry error protection :) (diff)
downloadgentoo-2-e497e67d2e171eee48f50a53e78233ddc317eaa5.tar.gz
gentoo-2-e497e67d2e171eee48f50a53e78233ddc317eaa5.tar.bz2
gentoo-2-e497e67d2e171eee48f50a53e78233ddc317eaa5.zip
netscape upgrades
Diffstat (limited to 'media-libs/audiofile')
-rw-r--r--media-libs/audiofile/audiofile-0.1.9.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/audiofile/audiofile-0.1.9.ebuild b/media-libs/audiofile/audiofile-0.1.9.ebuild
index 8148fa43030d..3b3d6316ed45 100644
--- a/media-libs/audiofile/audiofile-0.1.9.ebuild
+++ b/media-libs/audiofile/audiofile-0.1.9.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-libs/audiofile/audiofile-0.1.9.ebuild,v 1.2 2000/08/16 04:38:07 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.1.9.ebuild,v 1.3 2000/09/15 16:18:48 drobbins Exp $
P=audiofile-0.1.9
A=${P}.tar.gz
@@ -12,13 +12,13 @@ HOMEPAGE="http://www.68k.org./~michael/audiofile/"
src_compile() {
cd ${S}
- ./configure --host=${CHOST} --prefix=/usr
- make
+ try ./configure --host=${CHOST} --prefix=/usr
+ try make
}
src_install() {
cd ${S}
- make prefix=${D}/usr install
+ try make prefix=${D}/usr install
dodoc ACKNOWLEDGEMENTS AUTHORS COPYING* ChangeLog README TODO
dodoc NEWS NOTES
}