Glacier v3.1.0 - Integrity checking

This commit is contained in:
lw-everestlinux
2022-11-02 10:43:35 -04:00
parent 677d414a28
commit 7705ecfb8a
4 changed files with 43 additions and 19 deletions

View File

@@ -41,6 +41,11 @@ mv $SRC_DIR/hooks $CONFDIR/glacier
mv $SRC_DIR/post-hooks $CONFDIR/glacier
mv $SRC_DIR/hooks.sh $CONFDIR/glacier
mv $SRC_DIR/make.conf $CONFDIR
mv $SRC_DIR/glacier-integrity-check $PREFIX/bin
if [ "$?" != "0" ]; then
mv $SRC_DIR/glacier-integrity-check $PREFIX
printf "directory $PREFIX/bin does not exist, moving to $PREFIX instead\n"
fi
printf "finished installation\n"
exit 0