~ubuntu-branches/ubuntu/utopic/python-chaco/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2011-04-06 19:03:54 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110406190354-j32ltcp4dr62gb2m
d/rules: fix pyshared directory path (Closes: #621116)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
DEB_COMPRESS_EXCLUDE            := .py .pdf
8
8
DEB_PYTHON_INSTALL_ARGS_ALL     += --single-version-externally-managed
9
9
DEB_DESTDIR                      = $(CURDIR)/debian/python-chaco
10
 
PYSHARED                         = $(DEB_DESTDIR)`pycentral pycentraldir python-chaco`
 
10
PYSHARED                         = $(DEB_DESTDIR)/usr/share/pyshared
11
11
EXAMPLES                         = $(DEB_DESTDIR)/usr/share/doc/python-chaco
12
12
 
13
13
install/python-chaco::