mirror of https://github.com/Icinga/icinga2.git
parent
ea4ad843e8
commit
1c92712146
|
@ -233,7 +233,6 @@ make %{?_smp_mflags}
|
|||
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != "/" ] && [ -d "%{buildroot}" ] && rm -rf %{buildroot}
|
||||
make install \
|
||||
DESTDIR="%{buildroot}"
|
||||
|
||||
|
@ -533,6 +532,7 @@ exit 0
|
|||
%config(noreplace) %attr(0640,root,%{apachegroup}) %{icingaclassicconfdir}/passwd
|
||||
|
||||
%files -n python-icinga2
|
||||
%defattr(-,root,root,-)
|
||||
%{python2_sitelib}/icinga2*
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue