Fix dev command

This commit is contained in:
Marco Pesenti Gritti 2006-12-13 01:37:03 +01:00
parent 7d76115048
commit 474313ffde

View File

@ -108,7 +108,7 @@ setup.py help - print this message \n\
' '
def cmd_dev(): def cmd_dev():
bundle_path = get_bundle_path() bundle_path = os.path.join(_get_activities_path(), _get_bundle_dir())
try: try:
os.symlink(_get_source_path(), bundle_path) os.symlink(_get_source_path(), bundle_path)
except OSError: except OSError: