summarylogtreecommitdiffstats
path: root/etc-scripts.patch
diff options
context:
space:
mode:
authorAntonio Rojas2015-12-12 11:14:20 +0100
committerAntonio Rojas2015-12-12 11:14:20 +0100
commita9b3cfce618929e4bd20a812e436d0eaed601a7a (patch)
tree672a80838fa5c2b607a24f01a532630cf7a47775 /etc-scripts.patch
downloadaur-a9b3cfce618929e4bd20a812e436d0eaed601a7a.tar.gz
Drop from [extra]
Diffstat (limited to 'etc-scripts.patch')
-rw-r--r--etc-scripts.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc-scripts.patch b/etc-scripts.patch
new file mode 100644
index 000000000000..903a90a5303f
--- /dev/null
+++ b/etc-scripts.patch
@@ -0,0 +1,11 @@
+--- 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