From 45a06fab7fff29337ef3244fe7f59b744048868a Mon Sep 17 00:00:00 2001 From: einarr Date: Fri, 5 Dec 2008 20:03:02 +0000 Subject: [PATCH] debian/rules builds a bit smoother by running configure with both --root and --prefix. --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 164ed0c..db76a7b 100755 --- a/debian/rules +++ b/debian/rules @@ -36,8 +36,7 @@ install-python%: dh_testroot dh_clean -k dh_installdirs - ./configure --prefix ${CURDIR}/debian/fluents/usr - sed -i 's:${CURDIR}/debian/fluents::' fluents/paths.py + ./configure --root ${CURDIR}/debian/fluents/ --prefix /usr make install # python$* setup.py install --root=$(CURDIR)/debian/fluents --install-data=/usr/share/fluents