diff options
| author | Lars Wirzenius <liw@liw.fi> | 2011-08-18 19:08:43 +0100 |
|---|---|---|
| committer | Lars Wirzenius <liw@liw.fi> | 2011-08-18 19:08:43 +0100 |
| commit | 7926271cfb87478f8884c14563e48e94b128d291 (patch) | |
| tree | ea94001f47f4d8a34b23263776b62117db425ebb | |
| parent | ca6410bcda6063cd7a45dcb8262c1273255ec103 (diff) | |
| download | python-ttystatus-ttystatus-0.13.tar.gz | |
Fix invocation of setup.py.ttystatus-0.13
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index d90a295..a5cd57b 100755 --- a/debian/rules +++ b/debian/rules @@ -3,5 +3,6 @@ dh $@ --with=python2 --with-buildsystem=python_distutils override_dh_auto_install: - python setup.py install --prefix=debian/python-ttystatus/usr --layout=deb + python setup.py install --prefix=debian/python-ttystatus/usr \ + --install-layout=deb |
