forked from Imagelibrary/rtems
Don't push . into multilib subdirs.
This commit is contained in:
@@ -87,8 +87,7 @@
|
||||
TGTDIR="%{_gcclibdir}/gcc/@tool_target@/%{gcc_version}"
|
||||
for i in $multilibs; do
|
||||
case $i in
|
||||
\.) echo "%dir ${TGTDIR}" >> dirs
|
||||
;;
|
||||
\.) ;; # ignore, handled elsewhere
|
||||
*) echo "%dir ${TGTDIR}/$i" >> dirs
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user