]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- added missing %attr(755, root, root) for /usr/bin/* files.
authorkloczek <kloczek@pld-linux.org>
Fri, 11 Sep 1998 09:05:19 +0000 (09:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils.spec -> 1.6

binutils.spec

index 205f557a5899b255bcf22a8bea4a37f7477ca8e0..f44c5a1cc1d131247005b6358d288678a20530a6 100644 (file)
@@ -85,7 +85,7 @@ fi
 
 %files
 %defattr(644, root, root, 755)
-/usr/bin/*
+%attr(755, root, root) /usr/bin/*
 %attr(644, root,  man) /usr/man/man1/*
 /usr/include/*
 %attr(755, root, root) /usr/lib/lib*.so.*.*
This page took 0.05769 seconds and 4 git commands to generate.