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
commitcb7b1bb52790ed1e1c5935e608b2a47da8d2ec3d (patch)
tree14acca7509920bdd59297792d9e86fdf14ce3059 /media-libs/audiofile
parenttry error protection :) (diff)
downloadhistorical-cb7b1bb52790ed1e1c5935e608b2a47da8d2ec3d.tar.gz
historical-cb7b1bb52790ed1e1c5935e608b2a47da8d2ec3d.tar.bz2
historical-cb7b1bb52790ed1e1c5935e608b2a47da8d2ec3d.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
}