From 4b1b67f513b7b0f099c6966e413e51105c5d1c39 Mon Sep 17 00:00:00 2001 From: cedricAbonnel Date: Sun, 19 Nov 2023 18:09:36 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9placement=20des=20fichiers=20MAN=20dans?= =?UTF-8?q?=20le=20bon=20dossier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 7414bb2..76656cd 100755 --- a/install.sh +++ b/install.sh @@ -38,7 +38,6 @@ log "Debut du script" create_dir ${log_dir} log "Rafraichissement des listes de fichiers" -./prep.sh @@ -86,7 +85,7 @@ fi ## Declarations ## # Spécifier le chemin du répertoire ~/.local/bin -destination_dir="$HOME/.local/share/man" +destination_dir="$HOME/.local/share/man/man1" # Spécifier le chemin du répertoire du dépôt Git local source_dir="local/share/man"