blob: 6ade7063b26838f0e49a0c7dad2c325e888093f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: kde3
===================================================================
--- kde3.orig
+++ kde3
@@ -6,4 +6,7 @@
# and make sure this script is in $PATH (e.g. make a symlink if necessary).
#
+PATH=/opt/kde3/bin:${PATH/:\/opt\/kde3\/bin}
+export PATH
+
exec "$@"
|