summaryrefslogtreecommitdiffstats
path: root/kde/kdebase-workspace/fixpath.patch
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-04-11 13:37:10 +0200
committertnut <tnut at nutyx dot com>2011-04-11 13:37:10 +0200
commitc2c7583fcc6bf88fbb03ec24c7b2d5a11b675728 (patch)
tree3439093092307f32f895b1f365fa430c10a5fb89 /kde/kdebase-workspace/fixpath.patch
parent0b59a35ca7958e4f0343f1cb9ab9449ead7b687c (diff)
downloadnutyx-extra-c2c7583fcc6bf88fbb03ec24c7b2d5a11b675728.tar.gz
nutyx-extra-c2c7583fcc6bf88fbb03ec24c7b2d5a11b675728.tar.bz2
nutyx-extra-c2c7583fcc6bf88fbb03ec24c7b2d5a11b675728.tar.xz
nutyx-extra-c2c7583fcc6bf88fbb03ec24c7b2d5a11b675728.zip
kdebase-workspace, maj 4.6.2-3
Diffstat (limited to 'kde/kdebase-workspace/fixpath.patch')
-rw-r--r--kde/kdebase-workspace/fixpath.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/kde/kdebase-workspace/fixpath.patch b/kde/kdebase-workspace/fixpath.patch
deleted file mode 100644
index be2b8383e..000000000
--- a/kde/kdebase-workspace/fixpath.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- startkde.cmake.orig 2009-01-15 14:24:44.000000000 +0100
-+++ startkde.cmake 2009-01-15 14:33:08.000000000 +0100
-@@ -34,22 +34,6 @@
- MALLOC_CHECK_=2
- export MALLOC_CHECK_
-
--# in case we have been started with full pathname spec without being in PATH
--bindir=`echo "$0" | sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'`
--if [ -n "$bindir" ]; then
-- qbindir=`$bindir/kde4-config --qt-binaries`
-- if [ -n "$qbindir" ]; then
-- case $PATH in
-- $qbindir|$qbindir:*|*:$qbindir|*:$qbindir:*) ;;
-- *) PATH=$qbindir:$PATH; export PATH;;
-- esac
-- fi
-- case $PATH in
-- $bindir|$bindir:*|*:$bindir|*:$bindir:*) ;;
-- *) PATH=$bindir:$PATH; export PATH;;
-- esac
--fi
--
- # Boot sequence:
- #
- # kdeinit is used to fork off processes which improves memory usage
-@@ -206,7 +190,7 @@
- # For anything else (that doesn't set env vars, or that needs a window manager),
- # better use the Autostart folder.
-
--libpath=`kde4-config --path lib | tr : '\n'`
-+libpath=`kde4-config --path lib | tr : '\n'`$(echo -e '\n/etc/kde/lib/')
-
- for prefix in `echo "$libpath" | sed -n -e 's,/lib[^/]*/,/env/,p'`; do
- for file in "$prefix"*.sh; do