summaryrefslogtreecommitdiff
path: root/development/atom/customBuild.diff
diff options
context:
space:
mode:
authorDhabyX <slack.dhabyx@gmail.com>2014-05-10 17:26:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-12 07:36:05 +0700
commite50988d28b4a7350141c551b5b29c25cf6331221 (patch)
tree55d053a4794042602f23df75ee21fceab325a8c9 /development/atom/customBuild.diff
parente56297f61df11f0206407e95ac1f03bd8695c9b0 (diff)
downloadslackbuilds-e50988d28b4a7350141c551b5b29c25cf6331221.tar.gz
development/atom: Added (Chrome-based and Hackable text editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/atom/customBuild.diff')
-rw-r--r--development/atom/customBuild.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/atom/customBuild.diff b/development/atom/customBuild.diff
new file mode 100644
index 0000000000..52d4a0fd67
--- /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)