~lynxman/ubuntu/oneiric/ajaxterm/fixpythonpsyco

« back to all changes in this revision

Viewing changes to configure.makefile

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-02-14 14:06:10 UTC
  • mfrom: (10.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110214140610-9eo6mhldl8wu702s
Tags: 0.10-10ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/control: Build for python2.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
install:
5
5
        install -d "%(bin)s"
6
6
        install -d "%(lib)s"
 
7
        install -d "%(etc)s"
7
8
        install ajaxterm.bin "%(bin)s/ajaxterm"
8
9
        install -m 644 ajaxterm.css ajaxterm.html ajaxterm.js qweb.py sarissa.js sarissa_dhtml.js utf8-escape.js "%(lib)s"
9
10
        install -m 644 ajaxterm.conf "%(etc)s"