summaryrefslogtreecommitdiff
path: root/app-editors/atom/files/atom-python.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-12-23 23:45:13 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-12-23 23:45:13 +0000
commit3cea55fd1c9500e7388647abbded8c126e095b34 (patch)
tree75d32914ba903a9cc37257c8085371b9bf465672 /app-editors/atom/files/atom-python.patch
parent40c64d5fa169284b9dc2d99c8bce4fa9e0e02163 (diff)
ooopsy
Diffstat (limited to 'app-editors/atom/files/atom-python.patch')
-rw-r--r--app-editors/atom/files/atom-python.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-editors/atom/files/atom-python.patch b/app-editors/atom/files/atom-python.patch
new file mode 100644
index 00000000..57a475ec
--- /dev/null
+++ b/app-editors/atom/files/atom-python.patch
@@ -0,0 +1,10 @@
+--- a/atom.sh
++++ b/atom.sh
+@@ -92,6 +92,7 @@
+ fi
+
+ ATOM_HOME="${ATOM_HOME:-$HOME/.atom}"
++ export PYTHON=python2
+ mkdir -p "$ATOM_HOME"
+
+ : ${TMPDIR:=/tmp}