Minor comment improvements.

This commit is contained in:
Ivan Davidov 2016-05-23 22:55:21 +03:00
parent 75d8b27cc4
commit b613b066f1

View File

@ -24,6 +24,7 @@ do
FILE_KEEP=$(ls $FILE_DEL.*) FILE_KEEP=$(ls $FILE_DEL.*)
if [ ! "$FILE_KEEP" = "" ] ; then if [ ! "$FILE_KEEP" = "" ] ; then
# We remove the shorter file and replace it with symbolic link.
rm $FILE_DEL rm $FILE_DEL
ln -s $FILE_KEEP $FILE_DEL ln -s $FILE_KEEP $FILE_DEL
fi fi
@ -39,3 +40,4 @@ cp -r $SRC_DIR/work/overlay/glibc/lib $SRC_DIR/work/src/minimal_overlay
echo "All libraries have been installed." echo "All libraries have been installed."
cd $SRC_DIR cd $SRC_DIR