From 3dc59d78164d40505683515bcc4cc67286fe1a9d Mon Sep 17 00:00:00 2001 From: DhabyX Date: Tue, 27 May 2014 08:14:27 +0700 Subject: development/atom: Updated for version 0.99.0. Signed-off-by: Willy Sudiarto Raharjo --- development/atom/customBuild.diff | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'development/atom/customBuild.diff') diff --git a/development/atom/customBuild.diff b/development/atom/customBuild.diff index 52d4a0fd67..82222b73b1 100644 --- a/development/atom/customBuild.diff +++ b/development/atom/customBuild.diff @@ -1,12 +1,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) +diff -Naur atom-0.99.0/build/Gruntfile.coffee atom-0.99.0.a/build/Gruntfile.coffee +--- atom-0.99.0/build/Gruntfile.coffee 2014-05-23 15:00:33.000000000 -0600 ++++ atom-0.99.0.a/build/Gruntfile.coffee 2014-05-26 14:12:39.212928087 -0600 +@@ -36,7 +36,7 @@ + grunt.log.write = (args...) -> grunt.log + + [major, minor, patch] = packageJson.version.split('.') +- tmpDir = os.tmpdir() ++ tmpDir = process.env.BUILD_DIR ? os.tmpdir() + appName = if process.platform is 'darwin' then 'Atom.app' else 'Atom' + buildDir = grunt.option('build-dir') ? path.join(tmpDir, 'atom-build') + atomShellDownloadDir = path.join(os.tmpdir(), 'atom-cached-atom-shells') -- cgit v1.2.3