]> git.pld-linux.org Git - packages/automake.git/commitdiff
- added missing %attr(755, root, root) for /usr/bin/* in %files.
authorkloczek <kloczek@pld-linux.org>
Fri, 28 Aug 1998 22:48:00 +0000 (22:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake.spec -> 1.2

automake.spec

index d59f286b0aa294f757bb7edc9a62ab8a0f328dbc..b043ff4e91772ff07be90557abb9c05d6c9acd98 100644 (file)
@@ -63,7 +63,7 @@ fi
 %files
 %defattr(644, root, root, 755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
-/usr/bin/*
+%attr(755, root, root) /usr/bin/*
 /usr/info/automake*
 %attr(-, root, root) /usr/share/*
 
This page took 0.614004 seconds and 4 git commands to generate.