From d4591dfe8eb31c986252798379ef8ae14238e7ad Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Tue, 16 May 2017 10:04:38 +0400 Subject: [PATCH] =?UTF-8?q?rtoinst:=20ne=20pas=20copier=20les=20fichiers?= =?UTF-8?q?=20de=20VCS=20lors=20du=20d=C3=A9ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rtoinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtoinst b/rtoinst index f6b4e2d..e6f0d28 100755 --- a/rtoinst +++ b/rtoinst @@ -208,7 +208,7 @@ while [ $# -gt 0 ]; do src="$wadir" elif [ -d "$src" ]; then estep "$(ppath2 "$src")" - cp_R "$src" "$workdir/$srcname" || die + cpdirnovcs "$src" "$workdir/$srcname" || die elif [ -e "$src" ]; then die "$osrc: fichier invalide" else