diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 15:44:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 15:44:42 +0000 |
commit | 8acc57992f9f14f384d54e222be89d6485aa6172 (patch) | |
tree | 032a93b99f4d8877b839054f0a374cfaa54aee31 /media-sound/grip | |
parent | sandbox violation fixed (diff) | |
download | gentoo-2-8acc57992f9f14f384d54e222be89d6485aa6172.tar.gz gentoo-2-8acc57992f9f14f384d54e222be89d6485aa6172.tar.bz2 gentoo-2-8acc57992f9f14f384d54e222be89d6485aa6172.zip |
sandbox violation fixed
Diffstat (limited to 'media-sound/grip')
-rw-r--r-- | media-sound/grip/grip-3.0.1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/media-sound/grip/grip-3.0.1.ebuild b/media-sound/grip/grip-3.0.1.ebuild index c9ea92e3dd9f..6d77c39eb564 100644 --- a/media-sound/grip/grip-3.0.1.ebuild +++ b/media-sound/grip/grip-3.0.1.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-sound/grip/grip-3.0.1.ebuild,v 1.4 2002/07/21 15:44:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.0.1.ebuild,v 1.5 2002/07/21 15:44:42 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK+ based Audio CD Ripper" @@ -42,11 +42,7 @@ src_compile() { } src_install () { -# make prefix=${D}/usr \ -# mandir=${D}/usr/share/man \ -# infodir=${D}/usr/share/info \ -# sysconfdir=${D}/etc \ - einstall || die + einstall || die dodoc AUTHORS CREDITS COPYING ChangeLog README TODO NEWS } |