From 385be943dc214692d9590fc6a1df328197d3f98e Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 13 Nov 2010 21:54:46 -0600 Subject: Disable packaging of mac-updater.app. --- linden/indra/newview/viewer_manifest.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index f9c34d6..7527244 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py @@ -768,20 +768,20 @@ class DarwinManifest(ViewerManifest): # our apps # self.path("../mac_crash_logger/" + self.args['configuration'] + "/mac-crash-logger.app", "mac-crash-logger.app") - self.path("../mac_updater/" + self.args['configuration'] + "/mac-updater.app", "mac-updater.app") + # self.path("../mac_updater/" + self.args['configuration'] + "/mac-updater.app", "mac-updater.app") # our apps dependencies on shared libs - mac_crash_logger_res_path = self.dst_path_of("mac-crash-logger.app/Contents/Resources") - mac_updater_res_path = self.dst_path_of("mac-updater.app/Contents/Resources") - for libfile in ("libllcommon.dylib", - "libapr-1.0.3.7.dylib", - "libaprutil-1.0.3.8.dylib", - "libexpat.0.5.0.dylib"): - target_lib = os.path.join('../../..', libfile) - self.run_command("ln -sf %(target)r %(link)r" % - {'target': target_lib, - 'link' : os.path.join(mac_crash_logger_res_path, libfile)} - ) + # mac_crash_logger_res_path = self.dst_path_of("mac-crash-logger.app/Contents/Resources") + # mac_updater_res_path = self.dst_path_of("mac-updater.app/Contents/Resources") + # for libfile in ("libllcommon.dylib", + # "libapr-1.0.3.7.dylib", + # "libaprutil-1.0.3.8.dylib", + # "libexpat.0.5.0.dylib"): + # target_lib = os.path.join('../../..', libfile) + # self.run_command("ln -sf %(target)r %(link)r" % + # {'target': target_lib, + # 'link' : os.path.join(mac_crash_logger_res_path, libfile)} + # ) # plugin launcher self.path("../llplugin/slplugin/" + self.args['configuration'] + "/SLPlugin", "SLPlugin") -- cgit v1.1