Commit 346c2b7a authored by Jonathan Perkin's avatar Jonathan Perkin

We do need the mkdir.

parent 8c750455
...@@ -405,6 +405,7 @@ then ...@@ -405,6 +405,7 @@ then
if [ -f $libgcc ] if [ -f $libgcc ]
then then
%define WITH_LIBGCC 1 %define WITH_LIBGCC 1
mkdir -p $RBR%{_libdir}
install -m 644 $libgcc $RBR%{_libdir}/libmygcc.a install -m 644 $libgcc $RBR%{_libdir}/libmygcc.a
fi fi
fi fi
......
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