> IF (APPLE) > SET (BT_DESTINATION ".") > SET (BT_SHARE_PATH bibletime.app/Contents/) > ELSE (APPLE) > SET (BT_DESTINATION "bin/") > SET (BT_SHARE_PATH "") > ENDIF (APPLE) > > You need to change the second line to > SET (BT_DESTINATION "bibletime.app/Contents/MacOS") Just put that into SVN. Thanks. mg