fix run dir for real this time

I used /run (woops!) but should have used /run/gdm.

Again, spotted on dwalsh's machine.
This commit is contained in:
Ray Strode 2013-02-27 11:00:35 -05:00
parent f34a6f4805
commit ee2e0d521d

View File

@ -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 \