mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
Add message about deleting source upon MD5SUM fail when using sbopkg in cli with -b option.
This commit is contained in:
parent
89e86ebf17
commit
d9308cb57b
@ -862,8 +862,8 @@ deleted." 8 30
|
||||
saved." 8 30
|
||||
fi
|
||||
else
|
||||
echo "placeholder"
|
||||
break
|
||||
echo "You may wish to delete the downloaded $PKG source in"
|
||||
echo "$SRCDIR and try the build again."
|
||||
fi
|
||||
}
|
||||
|
||||
@ -1199,6 +1199,9 @@ to build packages."
|
||||
while [ -f $TMP/sbopkg_build.lck ]; do
|
||||
tail -f $SBOPKGOUTPUT
|
||||
done
|
||||
if [ -e $TMP/sbopkg_failcheck ]; then
|
||||
checksum_fail
|
||||
fi
|
||||
if [ "$KEEPLOG" = "YES" ]; then
|
||||
cat $SBOPKGOUTPUT >> $TMP/sbopkg-build-log
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user