Skip to content
Extraits de code Groupes Projets
Valider 7007b175 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

New fix for the install process...

parent 4128ebf9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -329,7 +329,9 @@ if [ "x$1" = "x-install" ]; then
&& echo "!!! STPKG_NO_MSG is turn on, you won't see what's going on during the install"
shift
REPO_DIR="$(dirname SELF)"
[ ! "$REPO_DIR" = "$BASE_DIR" ] && die "You must run this script from the root of the sticker repo"
[ "$REPO_DIR" = "$BASE_DIR" ] || die \
"You must run this script from the root of the sticker repo." \
"You are in '$BASE_DIR' and should be in '$REPO_DIR'"
__install $*
exit 0
fi
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter