Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/motif/build.sh')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/motif/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/motif/build.sh b/bundles/org.eclipse.equinox.executable/library/motif/build.sh
index af05a16d4..0ad3d2bb3 100644
--- a/bundles/org.eclipse.equinox.executable/library/motif/build.sh
+++ b/bundles/org.eclipse.equinox.executable/library/motif/build.sh
@@ -60,7 +60,7 @@ case $OS in
defaultOSArch="x86"
defaultWS="motif"
X11_HOME=/usr/X11R6
- MOTIF_HOME=/usr
+ MOTIF_HOME=/eclipse/motif21
OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch"
;;
"SunOS")

Back to the top