Remove lockfile after of a correct installation

This commit is contained in:
Eduard Tolosa 2018-07-19 07:45:55 -05:00
parent e675d5d1ea
commit e3a984eeea

View file

@ -93,5 +93,6 @@ for ipackage in "$@"; do
printf "\n\e[1;32m%-6s\e[m\n%s\n" "Info: Removing the failed build directory..."
rm -rf "$basebuilddir/$ipackage"
fi
rm "$lockfile"
done
exit