mirror of https://github.com/Icinga/icinga2.git
Remove .gitignore files from package
This commit can be reversed as soon as there are upgrade files in the schema upgrade directories. refs #5818
This commit is contained in:
parent
0d72f54018
commit
5a98379eb8
|
@ -273,6 +273,8 @@ cmake $CMAKE_OPTS .
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
rm -f components/db_ido_*sql/schema/upgrade/.gitignore
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != "/" ] && [ -d "%{buildroot}" ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != "/" ] && [ -d "%{buildroot}" ] && rm -rf %{buildroot}
|
||||||
make install \
|
make install \
|
||||||
|
|
Loading…
Reference in New Issue