From 1c91ff7a1fe68c8b0bd7b12cd238a0b7cd31fd88 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Nov 2004 17:02:55 +0000 Subject: [PATCH] =?UTF-8?q?Pr=E9paration=20de=20l'automatisation=20de=20la?= =?UTF-8?q?=20g=E9n=E9ration=20des=20packages=20Dolibarr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/makepack-dolibarr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index cf5b17bc04d..1d9cd12d3b9 100644 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -78,7 +78,7 @@ if (! $TEMP || ! -d $TEMP) { sleep 2; exit 2; } -$BUILDROOT.="$TEMP/buildroot"; +$BUILDROOT="$TEMP/buildroot";