diff options
Diffstat (limited to 'testing/kdebase-workspace/etc-scripts.patch')
-rw-r--r-- | testing/kdebase-workspace/etc-scripts.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/kdebase-workspace/etc-scripts.patch b/testing/kdebase-workspace/etc-scripts.patch deleted file mode 100644 index 903a90a53..000000000 --- a/testing/kdebase-workspace/etc-scripts.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- startkde.cmake.orig 2009-01-15 14:24:44.000000000 +0100 -+++ startkde.cmake 2009-01-15 14:33:08.000000000 +0100 -@@ -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 |