mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
We do need the mkdir.
This commit is contained in:
parent
8c750455fc
commit
346c2b7afa
1 changed files with 1 additions and 0 deletions
|
@ -405,6 +405,7 @@ then
|
|||
if [ -f $libgcc ]
|
||||
then
|
||||
%define WITH_LIBGCC 1
|
||||
mkdir -p $RBR%{_libdir}
|
||||
install -m 644 $libgcc $RBR%{_libdir}/libmygcc.a
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue