~fraser-waters08/spud/copy-paste

« back to all changes in this revision

Viewing changes to diamond/setup.py.in

  • Committer: Fraser Waters
  • Date: 2011-07-08 11:20:56 UTC
  • mfrom: (406.1.3 spud)
  • Revision ID: fraser.waters08@imperial.ac.uk-20110708112056-7nren5v62nqf0yk5
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
      packages = ['diamond'],
27
27
      package_dir = {'diamond': 'diamond'},
28
28
      scripts=["bin/diamond"],
29
 
      data_files = [(destdir + "@prefix@/share/diamond/gui", ["gui/gui.glade", "gui/diamond.svg"])] +
 
29
      data_files = [(destdir + "@prefix@/share/diamond/gui", ["gui/gui.glade", "gui/diamond.svg"]),
 
30
                    (destdir + "/etc/bash_completion.d/", ["misc/diamond-bash-completion"])] +
30
31
                   plugin_data_files
31
32
     )
32
33