diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 06:44:36 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 06:44:36 +0000 |
commit | 0c7dbb91a16ae50abfb788188999d947ecaa83b1 (patch) | |
tree | 75a8d803e918be57642665a82e48cf1803a48c70 /media-libs | |
parent | sorted out sandbox violation (diff) | |
download | historical-0c7dbb91a16ae50abfb788188999d947ecaa83b1.tar.gz historical-0c7dbb91a16ae50abfb788188999d947ecaa83b1.tar.bz2 historical-0c7dbb91a16ae50abfb788188999d947ecaa83b1.zip |
sorted sandbox violation
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/audiofile/audiofile-0.2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/audiofile/audiofile-0.2.3-r1.ebuild b/media-libs/audiofile/audiofile-0.2.3-r1.ebuild index 3ef46ec731fb..3da13534a988 100644 --- a/media-libs/audiofile/audiofile-0.2.3-r1.ebuild +++ b/media-libs/audiofile/audiofile-0.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.3-r1.ebuild,v 1.5 2002/07/22 14:37:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.3-r1.ebuild,v 1.6 2002/07/23 06:44:36 seemant Exp $ inherit libtool @@ -24,7 +24,7 @@ src_compile() { } src_install() { - make prefix=${D}/usr install || die + einstall || die dodoc ACKNOWLEDGEMENTS AUTHORS COPYING* ChangeLog README TODO dodoc NEWS NOTES |