Skip to content

Instantly share code, notes, and snippets.

@Kami
Created April 21, 2011 17:14
Show Gist options
  • Select an option

  • Save Kami/935016 to your computer and use it in GitHub Desktop.

Select an option

Save Kami/935016 to your computer and use it in GitHub Desktop.
copy_cast_files = env.Command('.%s' % (cast_install_prefix), cast_paths, copy_tree)
symlink_cast_client = env.Command('/usr/local/bar', 'bar', symlink)
env.Depends(symlink_cast_client, copy_cast_files)
install = []
if not system_node_binary_path:
install.extend(install_node)
install.extend(install_cast)
env.Alias('install', install)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment