Commit 05ab4c77 authored by Jonathan Perkin's avatar Jonathan Perkin

trigger rebuild

parent cce0bd88
...@@ -332,7 +332,7 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/ ...@@ -332,7 +332,7 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
set -eu set -eu
# Optional files to include # Optional files to include
touch optional-server-files touch optional-files-server
# #
# Set environment in order of preference, MYSQL_BUILD_* first, then variable # Set environment in order of preference, MYSQL_BUILD_* first, then variable
...@@ -409,7 +409,7 @@ then ...@@ -409,7 +409,7 @@ then
then then
mkdir -p $RBR%{_libdir}/mysql mkdir -p $RBR%{_libdir}/mysql
install -m 644 $libgcc $RBR%{_libdir}/mysql/libmygcc.a install -m 644 $libgcc $RBR%{_libdir}/mysql/libmygcc.a
echo "%{_libdir}/mysql/libmygcc.a" >>optional-server-files echo "%{_libdir}/mysql/libmygcc.a" >>optional-files-server
fi fi
fi fi
...@@ -642,7 +642,7 @@ fi ...@@ -642,7 +642,7 @@ fi
# Files section # Files section
############################################################################## ##############################################################################
%files -n MySQL-server%{short_product_tag} -f optional-server-files %files -n MySQL-server%{short_product_tag} -f optional-files-server
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%if %{defined license_files_server} %if %{defined license_files_server}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment