blob: 52d4a0fd67f4ff4dbad71bbdc5219089cdf7ae25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur atom-0.94.0/build/Gruntfile.coffee atom-0.94.0.a/build/Gruntfile.coffee
--- atom-0.94.0/build/Gruntfile.coffee 2014-05-06 10:56:03.000000000 -0600
+++ atom-0.94.0.a/build/Gruntfile.coffee 2014-05-09 18:58:26.226372541 -0600
@@ -58,7 +58,7 @@
installDir = path.join('/Applications', appName)
else
appName = 'Atom'
- tmpDir = '/tmp'
+ tmpDir = process.env.BUILD_DIR ? '/tmp'
buildDir = grunt.option('build-dir') ? path.join(tmpDir, 'atom-build')
symbolsDir = path.join(buildDir, 'Atom.breakpad.syms')
shellAppDir = path.join(buildDir, appName)
|