Commit eb8e89df authored by Jonathan Perkin's avatar Jonathan Perkin

We do need the mkdir.

parent a4ca68ea
...@@ -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