summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-21 15:44:12 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-21 15:44:12 +0000
commit7c883b31b47db7bed9ae99191debcf1ba63be1e9 (patch)
tree44069571f6afe644509a372cbe9f40a9a2848c08 /media-sound/grip
parentspaces, not tabs (diff)
downloadgentoo-2-7c883b31b47db7bed9ae99191debcf1ba63be1e9.tar.gz
gentoo-2-7c883b31b47db7bed9ae99191debcf1ba63be1e9.tar.bz2
gentoo-2-7c883b31b47db7bed9ae99191debcf1ba63be1e9.zip
sandbox violation fixed
Diffstat (limited to 'media-sound/grip')
-rw-r--r--media-sound/grip/grip-3.0.1.ebuild12
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
}