summarylogtreecommitdiffstats
path: root/eclipse.sh
diff options
context:
space:
mode:
authorTed Alff2017-04-13 22:22:33 -0400
committerTed Alff2017-04-13 22:22:33 -0400
commit1ec200a8d4677b510105e26fab9420546453a882 (patch)
treec492b554303964e7f50916d118d8573327852f86 /eclipse.sh
parent4bc36667df779e7aceff2f28a43fd5c7c769637e (diff)
downloadaur-1ec200a8d4677b510105e26fab9420546453a882.tar.gz
Install to /opt and don't conflict with the standard eclipse packages.
Diffstat (limited to 'eclipse.sh')
-rw-r--r--eclipse.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse.sh b/eclipse.sh
index 985d142e89d9..1fcf28deccb7 100644
--- a/eclipse.sh
+++ b/eclipse.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-export ECLIPSE_HOME=/usr/lib/eclipse
+export ECLIPSE_HOME=/opt/eclipse-devel
exec ${ECLIPSE_HOME}/eclipse "$@"