summaryrefslogtreecommitdiffstats
path: root/development/atom/customBuild.diff
diff options
context:
space:
mode:
author DhabyX <slack.dhabyx@gmail.com>2015-06-11 18:03:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-12 00:05:04 +0700
commitd15d0352aa0512d4581292773b7afc9564deb223 (patch)
tree9bc29c1921a03a563a4312953638a92f50e77226 /development/atom/customBuild.diff
parent4b7a8c40ded562c84615b5e0bac36fc8fc17e48f (diff)
downloadslackbuilds-d15d0352aa0512d4581292773b7afc9564deb223.tar.gz
slackbuilds-d15d0352aa0512d4581292773b7afc9564deb223.tar.xz
development/atom: Updated for version 0.208.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--development/atom/customBuild.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/development/atom/customBuild.diff b/development/atom/customBuild.diff
deleted file mode 100644
index 82222b73b1..0000000000
--- a/development/atom/customBuild.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-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')