Browse Source

Fix: Packager errors

Laurent Destailleur 14 years ago
parent
commit
3dbf1b8258
2 changed files with 3 additions and 1 deletions
  1. 2 0
      build/.cvsignore
  2. 1 1
      build/makepack-dolibarrmodule.pl

+ 2 - 0
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

+ 1 - 1
build/makepack-dolibarrmodule.pl

@@ -316,7 +316,7 @@ foreach my $target (keys %CHOOSEDTARGET) {
     }
 }
 
-if (! $btach) {
+if (! $batch) {
     print "\nPress key to finish...";
     my $WAITKEY=<STDIN>;
 }