From e50988d28b4a7350141c551b5b29c25cf6331221 Mon Sep 17 00:00:00 2001 From: DhabyX Date: Sat, 10 May 2014 17:26:00 +0700 Subject: development/atom: Added (Chrome-based and Hackable text editor). Signed-off-by: Willy Sudiarto Raharjo --- development/atom/customBuild.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 development/atom/customBuild.diff (limited to 'development/atom/customBuild.diff') diff --git a/development/atom/customBuild.diff b/development/atom/customBuild.diff new file mode 100644 index 0000000000000..52d4a0fd67f4f --- /dev/null +++ b/development/atom/customBuild.diff @@ -0,0 +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) -- cgit v1.2.3