summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-01-05 00:09:29 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-01-05 00:09:29 +0000
commitc44b9d7b95c6e69bf53effe24b4e7c65cc1f461b (patch)
tree819a8e83e4c0aed7fcfb59daf66171b6c81026a1 /net-misc
parentfix gnome menu entry to install when gnome is in USE (diff)
downloadhistorical-c44b9d7b95c6e69bf53effe24b4e7c65cc1f461b.tar.gz
historical-c44b9d7b95c6e69bf53effe24b4e7c65cc1f461b.tar.bz2
historical-c44b9d7b95c6e69bf53effe24b4e7c65cc1f461b.zip
type-o
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/nt/nt-1.30.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/nt/nt-1.30.ebuild b/net-misc/nt/nt-1.30.ebuild
index e6121323ad09..b45861dee1b1 100644
--- a/net-misc/nt/nt-1.30.ebuild
+++ b/net-misc/nt/nt-1.30.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nt/nt-1.30.ebuild,v 1.1 2002/01/05 00:03:46 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nt/nt-1.30.ebuild,v 1.2 2002/01/05 00:09:29 azarah Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GTK based download manager for X."
@@ -41,7 +41,7 @@ src_install () {
insinto /usr/share/pixmaps
doins *.png *.xpm
- if [ "use gnome" ] ; then
+ if [ "`use gnome`" ] ; then
insinto /usr/share/gnome/apps/Internet
doins nt.desktop
fi