From be511acdd02b609042ceef2f77be5ef79571ca03 Mon Sep 17 00:00:00 2001 From: Nat Date: Fri, 21 Sep 2007 18:55:43 +0000 Subject: setup files --- (limited to 'TamTamJam.activity') diff --git a/TamTamJam.activity/setup.py b/TamTamJam.activity/setup.py index 1f73587..f4fcf58 100644 --- a/TamTamJam.activity/setup.py +++ b/TamTamJam.activity/setup.py @@ -24,7 +24,11 @@ import os os.system('unlink common') shutil.copytree('../common', 'common') -bundlebuilder.start('TamTamJam') +try: + bundlebuilder.start('TamTamJam') +except: + os.system('rm -rf common') + os.system('ln -s ../common common') #Restore the symlink os.system('rm -rf common') os.system('ln -s ../common common') -- cgit v0.9.1