meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit 08a733c854563cbd9b8e0f0fd4c421bfcb0de841
parent 7149bd7cebcdf4670a9f4977f385d7945ca5620a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 25 Oct 2017 16:10:57 +0200

Rename solstice-menu.sh in meso-menu.sh

Diffstat:
Rsolstice-menu.sh -> meso-menu.sh | 0
Mmisc.sh | 2+-
Mschiff.sh | 2+-
Msolstice.sh | 2+-
4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/solstice-menu.sh b/meso-menu.sh diff --git a/misc.sh b/misc.sh @@ -17,7 +17,7 @@ set -e -source ./solstice-menu.sh +source ./meso-menu.sh tput bold; echo ">>> Miscellaneous web pages"; tput sgr0 echo "Write pgp_signatures.html" diff --git a/schiff.sh b/schiff.sh @@ -17,7 +17,7 @@ set -e -source ./solstice-menu.sh +source ./meso-menu.sh if [ $# -lt 2 ]; then echo "Usage: $0 VERSION SCRIPTS-PATH" diff --git a/solstice.sh b/solstice.sh @@ -17,7 +17,7 @@ set -e -source ./solstice-menu.sh +source ./meso-menu.sh if [ $# -lt 3 ]; then echo "Usage: $0 VERSION ABG-PATH PP-PATH"