Minor comment improvements.
This commit is contained in:
parent
75d8b27cc4
commit
b613b066f1
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user