Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
Subject: gentoo-x86 commit in kde-base/kdebase-startkde/files: gentoo-startkde4.patch
Date: Mon, 23 Mar 2009 03:09:24 +0000
jmbsvicetto    09/03/23 03:09:24

  Modified:             gentoo-startkde4.patch
  Log:
  Fixed gentoo-startkde4.patch to make it POSIX compliant by replacing == with = in the tests. Thanks to Davide Pesavento <davidepesa@...> for the report. Fixes bug #263426.
  (Portage version: 2.2_rc26/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  kde-base/kdebase-startkde/files/gentoo-startkde4.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-startkde/files/gentoo-startkde4.patch?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-startkde/files/gentoo-startkde4.patch?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-startkde/files/gentoo-startkde4.patch?r1=1.3&r2=1.4

Index: gentoo-startkde4.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/files/gentoo-startkde4.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gentoo-startkde4.patch	21 Feb 2009 19:07:48 -0000	1.3
+++ gentoo-startkde4.patch	23 Mar 2009 03:09:24 -0000	1.4
@@ -22,7 +22,7 @@
 +# Gentoo: handle the possible home directory layout for config directory
 +# Note that we change the default KDEHOME in kdelibs to .kde4 or .kde${SLOT}
 +# for -kdeprefix and +kdeprefix respectively.
-+if [ "${_KDEDIR}" == "/usr" ]; then
++if [ "${_KDEDIR}" = "/usr" ]; then
 +	# If the directory doesn't exist make it
 +	[ -e "${HOME}/.kde4" ] || mkdir "$HOME/.kde4"
 +else
@@ -42,7 +42,7 @@
  done
  
 +# Gentoo part for FHS installs
-+if [ "${_KDEDIR}" == "/usr" ]; then
++if [ "${_KDEDIR}" = "/usr" ]; then
 +  for file in "/etc/kde/startup/"*.sh; do
 +    test -r "${file}" && . "${file}"
 +  done
@@ -56,7 +56,7 @@
  done
  
 +# Gentoo part for FHS installs
-+if [ "${_KDEDIR}" == "/usr" ]; then
++if [ "${_KDEDIR}" = "/usr" ]; then
 +  for file in "/etc/kde/shutdown/"*.sh; do
 +    test -r "${file}" && . "${file}"
 +  done





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in kde-base/kdebase-startkde/files: gentoo-startkde4.patch
Next by thread:
gentoo-x86 commit in kde-base/kdebase-startkde/files: gentoo-startkde4.patch
Previous by date:
gentoo-x86 commit in kde-base/kdebase-startkde: ChangeLog
Next by date:
gentoo-x86 commit in media-libs/qhull: ChangeLog qhull-2003.1-r1.ebuild


Updated Jan 15, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.