Révision 3854
TXM/trunk/org.txm.setups/shared/mac/INSTALL (revision 3854) | ||
---|---|---|
42 | 42 |
|
43 | 43 |
#say $SAY_INSTALLR |
44 | 44 |
if [ ! -d "/usr/local/lib/tcl8" ]; then |
45 |
installer -pkg "$TXMINSTALLDIR/Contents/TXM/R/tcltk-8.5.5-x11.pkg" -allowUntrusted -target /
|
|
45 |
installer -pkg "$TXMINSTALLDIR/Contents/Eclipse/R/tcltk-8.5.5-x11.pkg" -allowUntrusted -target /
|
|
46 | 46 |
if [ $? != 0 ]; then |
47 | 47 |
echo "** TXM install: installation of tcltk failed. Aborting." |
48 | 48 |
exit 1 |
... | ... | |
52 | 52 |
fi |
53 | 53 |
|
54 | 54 |
if [ ! -d "/usr/local/share/texinfo" ]; then |
55 |
installer -pkg "$TXMINSTALLDIR/Contents/TXM/R/texinfo-6.1-0.pkg" -allowUntrusted -target /
|
|
55 |
installer -pkg "$TXMINSTALLDIR/Contents/Eclipse/R/texinfo-6.1-0.pkg" -allowUntrusted -target /
|
|
56 | 56 |
if [ $? != 0 ]; then |
57 | 57 |
echo "** TXM install: installation of texinfo failed. Aborting." |
58 | 58 |
exit 1 |
... | ... | |
62 | 62 |
fi |
63 | 63 |
|
64 | 64 |
if [ ! -d "/opt/X11/bin" ]; then |
65 |
installer -pkg "$TXMINSTALLDIR/Contents/TXM/R/XQuartz.pkg" -allowUntrusted -target /
|
|
65 |
installer -pkg "$TXMINSTALLDIR/Contents/Eclipse/R/XQuartz.pkg" -allowUntrusted -target /
|
|
66 | 66 |
if [ $? != 0 ]; then |
67 | 67 |
echo "** TXM install: installation of XQuartz failed. Aborting." |
68 | 68 |
exit 1 |
... | ... | |
85 | 85 |
#say $SAY_SETFILERIGHTS |
86 | 86 |
echo "** TXM postinstall: set rights" |
87 | 87 |
# Set executable files |
88 |
chmod +x "$TXMINSTALLDIR"/Contents/TXM/plugins/org.txm.libs.cqp.macosx*/res/macosx/*
|
|
89 |
chmod -R +x "$TXMINSTALLDIR"/Contents/TXM/plugins/org.txm.statsengine.r.core.macosx*/res/macosx/*
|
|
88 |
chmod +x "$TXMINSTALLDIR"/Contents/Eclipse/plugins/org.txm.libs.cqp.macosx*/res/macosx/*
|
|
89 |
chmod -R +x "$TXMINSTALLDIR"/Contents/Eclipse/plugins/org.txm.statsengine.r.core.macosx*/res/macosx/*
|
|
90 | 90 |
|
91 | 91 |
chmod -R +r "$TXMINSTALLDIR" |
92 | 92 |
chmod +rx "$TXMINSTALLDIR/Contents/MacOS/TXM" |
Formats disponibles : Unified diff