summaryrefslogtreecommitdiff
path: root/app-editors/atom/files/atom-python.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-12-23 23:51:43 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-12-23 23:51:43 +0000
commit18fe291b21960a3206d8779fec1f7ee7fa1f686e (patch)
tree9681eef00b157e03b1c990f560c5abf6ff1a05be /app-editors/atom/files/atom-python.patch
parent3cea55fd1c9500e7388647abbded8c126e095b34 (diff)
fuck it, drop old atom, seems we are unable to compile it anymore
Diffstat (limited to 'app-editors/atom/files/atom-python.patch')
-rw-r--r--app-editors/atom/files/atom-python.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-editors/atom/files/atom-python.patch b/app-editors/atom/files/atom-python.patch
deleted file mode 100644
index 57a475ec..00000000
--- a/app-editors/atom/files/atom-python.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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}