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