summaryrefslogtreecommitdiffstats
path: root/x11/gdm/files/patch-daemon_gdm-session-worker.c
blob: 67c65fc4ca29c1e2f299ee3a2a0aca6146e3fbb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- daemon/gdm-session-worker.c.orig    2008-01-15 17:23:12.000000000 -0500
+++ daemon/gdm-session-worker.c 2008-01-15 17:22:36.000000000 -0500
@@ -226,7 +226,7 @@ gdm_session_execute (const char *file,
                          * what to search if PATH is unset. POSIX may, dunno.
                          */
 
-                        path = "/bin:/usr/bin:.";
+                        path = "/bin:/usr/bin:%%LOCALBASE%%/bin:.";
                 }
 
                 len = strlen (file) + 1;