]> git.pld-linux.org Git - packages/filesystem.git/commitdiff
- fixed way determining permission on some not %defattr directories.
authorkloczek <kloczek@pld-linux.org>
Sun, 21 Feb 1999 22:34:14 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    filesystem.spec -> 1.12

filesystem.spec

index 80531a896c6c052506449ab8bb50c75f09230ce0..8ed3aa0240372b27f3b2104ad60301df824a71bd 100644 (file)
@@ -59,22 +59,22 @@ ln -sf ../tmp $RPM_BUILD_ROOT/var/tmp
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(755,root,root)
+%defattr(755,root,root,755)
 /bin
-%attr(700,root,root) %dir /boot
+%attr(-,root,root,700) /boot
 /etc
 /home
 /lib
 /mnt
-%attr(555,root,root) %dir /proc
+%attr(-,root,root,555) /proc
 /sbin
-%attr(1777,root,root) /tmp
+%attr(-,root,root,1777) /tmp
 /usr
 %dir /var
 /var/lib
 /var/local
 /var/lock
-%attr(711,root,root) /var/log
+%attr(-,root,root,711) /var/log
 /var/run
 /var/preserve
 /var/spool
This page took 0.094765 seconds and 4 git commands to generate.