]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- repair broken files
authortiwek <tiwek@pld-linux.org>
Wed, 28 Jan 2004 13:27:14 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.436

glibc.spec

index 515006a238474756f0b9b654de226e580e4c7f52..21647fe3fa7c497e72aae6aaa4c02baea5e81a4c 100644 (file)
@@ -835,7 +835,7 @@ END { if (file != "") { print "ERROR OUTPUT FROM " file; system("cat " file); ex
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/{logrotate.d,rc.d/init.d,sysconfig},%{_mandir}/man{3,8},/var/log}
+install -d $RPM_BUILD_ROOT{/etc/{logrotate.d,rc.d/init.d,sysconfig},%{_mandir}/man{3,8},/var/log,/var/run/nscd}
 
 cd builddir
 
@@ -1229,7 +1229,7 @@ fi
 %attr(755,root,root) %{_sbindir}/nscd*
 %attr(640,root,root) /etc/logrotate.d/nscd
 %attr(640,root,root) %ghost /var/log/nscd
-%attr(640,root,root) /var/run/nscd
+%dir /var/run/nscd
 %{_mandir}/man5/nscd.conf*
 %{_mandir}/man8/nscd*
 %lang(ja) %{_mandir}/ja/man5/nscd.conf*
This page took 1.531388 seconds and 4 git commands to generate.