From 57b12edbbbb240feedeac14197f2d71190f51ee2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 2 Mar 2011 11:56:51 +0000 Subject: [PATCH] Fix: Packager errors --- build/.cvsignore | 2 ++ build/makepack-dolibarrmodule.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/.cvsignore b/build/.cvsignore index df5d01d3a07..d97289222c3 100644 --- a/build/.cvsignore +++ b/build/.cvsignore @@ -7,7 +7,9 @@ makepack-google.conf module_google-*.tgz module_pibarcode-1.0.tgz *.exe +*.tgz *.torrent +*.zip version-phpsane.txt makepack-phpsane.conf html diff --git a/build/makepack-dolibarrmodule.pl b/build/makepack-dolibarrmodule.pl index 8047bab4637..fd17f4312ee 100644 --- a/build/makepack-dolibarrmodule.pl +++ b/build/makepack-dolibarrmodule.pl @@ -316,7 +316,7 @@ foreach my $target (keys %CHOOSEDTARGET) { } } -if (! $btach) { +if (! $batch) { print "\nPress key to finish..."; my $WAITKEY=; }