From 7926271cfb87478f8884c14563e48e94b128d291 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 18 Aug 2011 19:08:43 +0100 Subject: Fix invocation of setup.py. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') 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 -- cgit v1.2.1