[gdm] fix run dir for real this time

Ray Strode rstrode at fedoraproject.org
Wed Feb 27 16:01:21 UTC 2013


commit ee2e0d521dd7571e7fa219fb613e1e0c9f24d90e
Author: Ray Strode <rstrode at redhat.com>
Date:   Wed Feb 27 11:00:35 2013 -0500

    fix run dir for real this time
    
    I used /run (woops!) but should have used /run/gdm.
    
    Again, spotted on dwalsh's machine.

 gdm.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdm.spec b/gdm.spec
index 984bee5..79c6e4c 100644
--- a/gdm.spec
+++ b/gdm.spec
@@ -125,7 +125,7 @@ intltoolize -f
 %build
 
 %configure --with-pam-prefix=%{_sysconfdir} \
-           --with-run-dir=/run \
+           --with-run-dir=/run/gdm \
            --enable-split-authentication \
            --enable-profiling      \
            --enable-console-helper \


More information about the scm-commits mailing list