diff --git a/OSX/build/makebundle.sh b/OSX/build/makebundle.sh
index ba55015..b94b7fd 100755
|
a
|
b
|
echo "Installing language translations"
|
| 70 | 70 | make -C ../../i18n INSTALL_ROOT=`pwd` install >/dev/null |
| 71 | 71 | echo "Installing standard (basic) themes" |
| 72 | 72 | make -C ../../themes INSTALL_ROOT=`pwd` install >/dev/null |
| 73 | | echo "Installing filters" |
| 74 | | make -C ../../filters INSTALL_ROOT=`pwd` install >/dev/null |
| | 73 | #echo "Installing filters" |
| | 74 | #make -C ../../filters INSTALL_ROOT=`pwd` install >/dev/null |
| 75 | 75 | #echo "Installing extra themes" |
| 76 | 76 | #make -C ../../../myththemes INSTALL_ROOT=`pwd` install >/dev/null |
| 77 | 77 | |
| … |
… |
rm -fr ./usr
|
| 88 | 88 | |
| 89 | 89 | #/usr/bin/install_name_tool -change /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration \@executable_path/../Frameworks/DiskArbitration.framework/DiskArbitration $BNDL/MacOS/mythfrontend |
| 90 | 90 | |
| | 91 | cp -pr /System/Library/Frameworks/AppKit.framework mythfrontend.app/Contents/Frameworks |
| | 92 | /opt/local/bin/install_name_tool -change /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit \@executable_path/../Frameworks/AppKit.framework/Versions/C/AppKit mythfrontend.app/Contents/MacOS/mythfrontend |
| | 93 | |
| 91 | 94 | # =========================================================================== |