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 | e4d33d1e7f7616fc6720246534152d08384ecf00 (patch) | |
tree | 089f8cdae5d6b83dc5daf1b9e3b980c012c03a03 /media-sound/grip | |
parent | sandbox violation fixed (diff) | |
download | historical-e4d33d1e7f7616fc6720246534152d08384ecf00.tar.gz historical-e4d33d1e7f7616fc6720246534152d08384ecf00.tar.bz2 historical-e4d33d1e7f7616fc6720246534152d08384ecf00.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 } |