From ee2e0d521dd7571e7fa219fb613e1e0c9f24d90e Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 27 Feb 2013 11:00:35 -0500 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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 \