packages: minify/paths.patch - setup tmp dirs for yui and closure compiler

glen glen at pld-linux.org
Fri Jun 8 11:59:14 CEST 2012


Author: glen                         Date: Fri Jun  8 09:59:14 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- setup tmp dirs for yui and closure compiler

---- Files affected:
packages/minify:
   paths.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/minify/paths.patch
diff -u packages/minify/paths.patch:1.4 packages/minify/paths.patch:1.5
--- packages/minify/paths.patch:1.4	Fri Jun  8 11:54:35 2012
+++ packages/minify/paths.patch	Fri Jun  8 11:59:09 2012
@@ -40,3 +40,25 @@
  
      /**
       * Writable temp directory. This must be set before calling minifyJs().
+--- minify-2.1.5/./min/lib/Minify/ClosureCompiler.php~	2012-06-08 12:53:52.000000000 +0300
++++ minify-2.1.5/./min/lib/Minify/ClosureCompiler.php	2012-06-08 12:57:47.829573716 +0300
+@@ -46,7 +46,7 @@
+      *
+      * @var string
+      */
+-    public static $tempDir = null;
++    public static $tempDir = '/tmp';
+ 
+     /**
+      * Filepath of "java" executable (may be needed if not in shell's PATH)
+--- minify-2.1.5/./min/lib/Minify/YUICompressor.php~	2012-06-08 12:53:52.000000000 +0300
++++ minify-2.1.5/./min/lib/Minify/YUICompressor.php	2012-06-08 12:58:02.023505622 +0300
+@@ -42,7 +42,7 @@
+      *
+      * @var string
+      */
+-    public static $tempDir = null;
++    public static $tempDir = '/tmp';
+     
+     /**
+      * Filepath of "java" executable (may be needed if not in shell's PATH)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/minify/paths.patch?r1=1.4&r2=1.5



More information about the pld-cvs-commit mailing list