diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 23:51:43 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 23:51:43 +0000 |
commit | 18fe291b21960a3206d8779fec1f7ee7fa1f686e (patch) | |
tree | 9681eef00b157e03b1c990f560c5abf6ff1a05be /app-editors/atom/files | |
parent | 3cea55fd1c9500e7388647abbded8c126e095b34 (diff) |
fuck it, drop old atom, seems we are unable to compile it anymore
Diffstat (limited to 'app-editors/atom/files')
-rw-r--r-- | app-editors/atom/files/atom-python.patch | 10 |
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} |