View | Details | Raw Unified | Return to bug 34506
Collapse All | Expand All

(-)a/qemu.spec (-1 / +1 lines)
Lines 1269-1275 done Link Here
1269
%if user_static
1269
%if user_static
1270
for regularfmt in %buildroot%_binfmtdir/*; do
1270
for regularfmt in %buildroot%_binfmtdir/*; do
1271
    staticfmt="$(echo $regularfmt | sed 's/-dynamic/-static/g')"
1271
    staticfmt="$(echo $regularfmt | sed 's/-dynamic/-static/g')"
1272
    cat $regularfmt | tr -d '\n' | sed "s/:$/-static:F/" > $staticfmt
1272
    cat $regularfmt | tr -d '\n' | sed "s/:$/.static:F/" > $staticfmt
1273
done
1273
done
1274
%endif
1274
%endif
1275
1275

Return to bug 34506