Skip to content

Commit

Permalink
[doc] Add txt files to the -doc package. JB#48869
Browse files Browse the repository at this point in the history
  • Loading branch information
Boleslaw Tokarski committed Jun 5, 2020
1 parent aeb7578 commit b38f30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/connman.spec
Expand Up @@ -231,7 +231,7 @@ cp -a %{SOURCE2} %{buildroot}/%{_lib}/systemd/system/connman.service.d/

mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}
install -m0644 -t %{buildroot}/%{_docdir}/%{name}-%{version} \
AUTHORS ChangeLog README
AUTHORS ChangeLog README doc/*.txt

%preun
if [ "$1" -eq 0 ]; then
Expand Down

0 comments on commit b38f30f

Please sign in to comment.