[Buildman] r6185 - buildman/trunk/src/model

svn at limb-project.com svn at limb-project.com
Fri Jul 20 15:28:30 MSD 2007


Author: pachanga
Date: 2007-07-20 15:28:30 +0400 (Fri, 20 Jul 2007)
New Revision: 6185
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6185

Modified:
   buildman/trunk/src/model/Build.class.php
Log:
-- zip constant typo fixed

Modified: buildman/trunk/src/model/Build.class.php
===================================================================
--- buildman/trunk/src/model/Build.class.php	2007-07-19 12:48:10 UTC (rev 6184)
+++ buildman/trunk/src/model/Build.class.php	2007-07-20 11:28:30 UTC (rev 6185)
@@ -150,7 +150,7 @@
     $file = $this->build_dir . '/' . $name;
     $archive = $this->build_dir . '/' . $archive_name;
 
-    $zip = BUILDMAN_GZIP_BIN;
+    $zip = BUILDMAN_ZIP_BIN;
     $cat = BUILDMAN_CAT_BIN;
 
     if(is_dir($file))



More information about the buildman mailing list