]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- Fix: added missing "/*" in man pages registration in %files (missing
authorkloczek <kloczek@pld-linux.org>
Sat, 10 Oct 1998 00:57:59 +0000 (00:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  this cause that /usr/man/man[51] directories are belong to package).

Changed files:
    findutils.spec -> 1.2

findutils.spec

index c8b6a55f15c14822c242c0e0708b1855233d5b1f..8fa0b1b39b391de54d85b15232562308ab9c19cf 100644 (file)
@@ -87,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc NEWS README
 %attr(750, root, root) %config /etc/cron.daily/updatedb.cron
 %attr(755, root, root) /usr/bin/*
-%attr(644, root,  man) /usr/man/man[51]
+%attr(644, root,  man) /usr/man/man[51]/*
 %attr(755, root, root, 755) /usr/lib/findutils
 /usr/info/find.info*
 
This page took 0.134941 seconds and 4 git commands to generate.