Skip to content

Commit

Permalink
Fixed build problem on centos5/rhel5
Browse files Browse the repository at this point in the history
We had a packaging problem on those dists
as the python scripts are intalled during
make install but not packaged.

now we remove them in those dists.
  • Loading branch information
pstorz committed Dec 23, 2013
1 parent 30ae9f4 commit 6cae3b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/packaging/bareos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ done

%if ! 0%{?python_plugins}
rm -f %{buildroot}/%{plugin_dir}/python-*.so
rm -f %{buildroot}/%{plugin_dir}/bar*.py*
%endif

%if 0%{?build_bat}
Expand Down

0 comments on commit 6cae3b4

Please sign in to comment.