~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to debian/findfiles

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-03-03 15:44:51 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100303154451-l158j82sm9fboe61
Tags: 0.8.1-8.4ubuntu1
* Merge from Debian testing. Conflicts/replaces for 
  python2.4-pythoncard are no longer necessary.
* debian/pythoncard-doc.install, debian/python-pythoncard.install:
  use wildcards instead of site-packages to fix build with python 2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# A simple command-line wrapper for PythonCard's findfiless tool.
4
4
# Copyright (c) Kenneth J. Pronovici <pronovic@debian.org>; use as you wish.
5
5
 
6
 
dir=/usr/share/python-support/python-pythoncard/PythonCard/tools/findfiles
 
6
dir=`python -c "import os, PythonCard.tools.findfiles.findfiles as f; print os.path.dirname(f.__file__)"`
7
7
 
8
8
if [ -d $dir ]; then
9
9
   exec /usr/bin/python $dir/findfiles.py "$@"