]> git.pld-linux.org Git - packages/gdm2.20.git/blame - xinit-sh.patch
- support _libexecdir; release 12
[packages/gdm2.20.git] / xinit-sh.patch
CommitLineData
c658dfc8
ER
1--- gdm-2.20.11/config/Xsession.in~ 2013-03-06 00:17:36.000000000 +0200
2+++ gdm-2.20.11/config/Xsession.in 2013-03-06 00:18:31.189137195 +0200
3@@ -183,7 +183,7 @@
4
5 # run all system xinitrc shell scripts.
6 if [ -d /etc/X11/xinit/xinitrc.d ]; then
7- for i in /etc/X11/xinit/xinitrc.d/* ; do
8+ for i in /etc/X11/xinit/xinitrc.d/*.sh; do
9 if [ -x "$i" ]; then
10 . "$i"
11 fi
This page took 0.052526 seconds and 4 git commands to generate.