commit e16743afbdedccc9e13964ab463cab24022eb2a8
parent f62a5c86017c9a66700d8bcdc8921d6a12758cd3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 13 Feb 2018 15:37:34 +0100
Update the filename of the ABG tex file
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solstice.sh b/solstice.sh
@@ -29,7 +29,7 @@ if [ ! -f "./downloads/Solstice-$1-GNU-Linux64.tar.gz" ]; then
exit 1
fi
-if [ ! -f "$2/guide0.6.tex" ]; then
+if [ ! -f "$2/guide.tex" ]; then
echo "Cannot found the Latex sources of the Solstice ABG."
exit 1
fi
@@ -60,7 +60,7 @@ tput bold; echo ">>> Solstice Absolute Beginner's Guide"; tput sgr0
do_something=0
if [ ! -f downloads/Solstice-ABG.pdf ]; then
do_something=1
- ABG=guide0.6
+ ABG=guide
echo "Generate the Solstice Absolute Beginner's Guide"
cd $2
{