summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-11-27 20:11:51 +0000
committerMarinus Schraal <foser@gentoo.org>2002-11-27 20:11:51 +0000
commitdebd47ae83f93fe0d405e85fa91abfe36ab8992b (patch)
tree36a3b906a40859c8bba61b641f215ed74d3332f0 /net-misc/gnomba/gnomba-0.6.2.ebuild
parentNew version (diff)
downloadgentoo-2-debd47ae83f93fe0d405e85fa91abfe36ab8992b.tar.gz
gentoo-2-debd47ae83f93fe0d405e85fa91abfe36ab8992b.tar.bz2
gentoo-2-debd47ae83f93fe0d405e85fa91abfe36ab8992b.zip
menuitem fix
Diffstat (limited to 'net-misc/gnomba/gnomba-0.6.2.ebuild')
-rw-r--r--net-misc/gnomba/gnomba-0.6.2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/gnomba/gnomba-0.6.2.ebuild b/net-misc/gnomba/gnomba-0.6.2.ebuild
index 33e9e6c73a3c..e32620a7c45e 100644
--- a/net-misc/gnomba/gnomba-0.6.2.ebuild
+++ b/net-misc/gnomba/gnomba-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/gnomba-0.6.2.ebuild,v 1.4 2002/10/04 06:11:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/gnomba-0.6.2.ebuild,v 1.5 2002/11/27 20:11:51 foser Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Gnome Samba Browser"
@@ -29,6 +29,10 @@ src_compile ()
src_install ()
{
+ #remove control chars from desktop file
+ mv gnomba.desktop gnomba.desktop.bad
+ tr -d '\015' < gnomba.desktop.bad > gnomba.desktop
+
make prefix=${D}/usr \
mandir=${D}/usr/share/man \
install || die