summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-05-29 17:26:18 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-05-29 17:26:18 +0000
commit2d44530e3f986c2c6607d4adbcb6f003fad9d450 (patch)
tree3d0fb796acdf7430aec4e3dcc5c3290aa206aec7 /eclass/kde-functions.eclass
parentalpha/x86 stable wrt #174413 (diff)
downloadgentoo-2-2d44530e3f986c2c6607d4adbcb6f003fad9d450.tar.gz
gentoo-2-2d44530e3f986c2c6607d4adbcb6f003fad9d450.tar.bz2
gentoo-2-2d44530e3f986c2c6607d4adbcb6f003fad9d450.zip
Minor clean-ups.
Diffstat (limited to 'eclass/kde-functions.eclass')
-rw-r--r--eclass/kde-functions.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass
index b3e0e603adaa..a5417c52b042 100644
--- a/eclass/kde-functions.eclass
+++ b/eclass/kde-functions.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.154 2007/05/28 19:09:30 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.155 2007/05/29 17:26:18 philantrop Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -922,8 +922,8 @@ Hidden=true"
if [[ -n ${desktop_entries} ]]; then
for entry in ${desktop_entries} ; do
- echo "$uninstall_file" | diff -qs ${entry} - &> /dev/null
- if [[ "$?" != "0" ]]; then
+ echo "${uninstall_file}" | diff -qs ${entry} - &> /dev/null
+ if [[ $? != 0 ]]; then
if [[ ! -f ${D}${PREFIX}/share/applications/kde/$(basename ${entry}) ]]; then
dodir ${PREFIX}/share/applications/kde
mv ${entry} ${D}${PREFIX}/share/applications/kde