diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 23:45:13 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 23:45:13 +0000 |
commit | 3cea55fd1c9500e7388647abbded8c126e095b34 (patch) | |
tree | 75d32914ba903a9cc37257c8085371b9bf465672 /app-editors | |
parent | 40c64d5fa169284b9dc2d99c8bce4fa9e0e02163 (diff) |
ooopsy
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/atom/files/atom-python.patch | 10 |
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} |