diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-16 07:57:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-16 07:57:02 +0000 |
commit | 48f1ab66f5c1fc99acc3ffed52527ce0a8dd08d3 (patch) | |
tree | 373a7f53cc9fd0f82fc42d6b091ea8b941462d6e /x11-misc/grun | |
parent | version bump (diff) | |
download | gentoo-2-48f1ab66f5c1fc99acc3ffed52527ce0a8dd08d3.tar.gz gentoo-2-48f1ab66f5c1fc99acc3ffed52527ce0a8dd08d3.tar.bz2 gentoo-2-48f1ab66f5c1fc99acc3ffed52527ce0a8dd08d3.zip |
sandbox fixes
Diffstat (limited to 'x11-misc/grun')
-rw-r--r-- | x11-misc/grun/grun-0.9.2.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-misc/grun/grun-0.9.2.ebuild b/x11-misc/grun/grun-0.9.2.ebuild index bac23a12b9fa..a4e1b737c0ae 100644 --- a/x11-misc/grun/grun-0.9.2.ebuild +++ b/x11-misc/grun/grun-0.9.2.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/x11-misc/grun/grun-0.9.2.ebuild,v 1.7 2002/08/14 23:44:15 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2.ebuild,v 1.8 2002/08/16 07:57:02 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A GTK/X11 application launcher with nice features such as a history" @@ -46,10 +46,7 @@ src_compile() { } src_install() { - make prefix=${D}/usr \ - localedir=${D}/usr/share/locale \ - mandir=${D}/usr/share/man \ - install || die + einstall || die dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL \ LANGUAGES NEWS README TODO |