fix issue
:3 Signed-off-by: yuki <yuki@possum.city>
This commit is contained in:
parent
d29cfc0cf2
commit
ea6b68ff9b
1 changed files with 2 additions and 1 deletions
|
@ -5,8 +5,9 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f librt.so* ]; then
|
if [ -f librt.so* ]; then
|
||||||
cp *.so* ./backuplibs
|
|
||||||
rm librt.so*
|
rm librt.so*
|
||||||
|
rm libstdc++.so*
|
||||||
|
cp *.so* ./backuplibs
|
||||||
else
|
else
|
||||||
echo "No libs found."
|
echo "No libs found."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue