diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-05 16:02:28 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-05 16:02:28 -0400 |
commit | 06d2d144b81ab0b80a38cb795b702a3cfccc5463 (patch) | |
tree | f269511db2e8aa6d915a3d8e45f269f390a3e08b /misc | |
parent | 42169282aa36b97808e3b5046fab1dfa41ea81e5 (diff) | |
download | bcfg2-06d2d144b81ab0b80a38cb795b702a3cfccc5463.tar.gz bcfg2-06d2d144b81ab0b80a38cb795b702a3cfccc5463.tar.bz2 bcfg2-06d2d144b81ab0b80a38cb795b702a3cfccc5463.zip |
fix permissions on top-level doc dir in -doc subpackage
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bcfg2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index b29b070bc..377e62af2 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -234,7 +234,7 @@ mv build/dtd %{buildroot}%{_defaultdocdir}/bcfg2-doc-%{version}/ %dir %{_prefix}/lib/bcfg2 %files doc -%defattr(0644,root,root,-) +%defattr(-,root,root,-) %doc %{_defaultdocdir}/bcfg2-doc-%{version} %files -n bcfg2-web |