]> git.pld-linux.org Git - packages/gdm.git/commitdiff
- add /var/log/gdm to package - gdm looks for it and uses /var/lib/gdm
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 24 Feb 2004 19:31:20 +0000 (19:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  instead...

Changed files:
    gdm.spec -> 1.126

gdm.spec

index 0346c186445b6c7b2c4aaa38e6390e125d814e9b..d125e45b10e112d869e26608d629b53cf10a8ca4 100644 (file)
--- a/gdm.spec
+++ b/gdm.spec
@@ -13,7 +13,7 @@ Summary(ru):  
 Summary(uk):   äÉÓÐÌÅÊÎÉÊ ÍÅÎÅÄÖÅÒ GNOME
 Name:          gdm
 Version:       2.4.4.7
-Release:       1
+Release:       1.9
 Epoch:         1
 License:       GPL/LGPL
 Group:         X11/Applications
@@ -150,7 +150,7 @@ intltoolize --copy --force
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,pam.d,security} \
-       $RPM_BUILD_ROOT/home/services/xdm
+       $RPM_BUILD_ROOT{/home/services/xdm,/var/log/gdm}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
@@ -248,6 +248,7 @@ fi
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/gdm*
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/security/blacklist.gdm
 %attr(750,xdm,xdm) /var/lib/gdm
+%attr(750,xdm,xdm) /var/log/gdm
 %attr(750,xdm,xdm) /home/services/xdm
 %{_pixmapsdir}/*
 %{_desktopdir}/gdmsetup.desktop
This page took 0.114876 seconds and 4 git commands to generate.