From 15499da234f5c481e1c670d4c9a467898f77b94c Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 14 Jun 2005 08:54:10 +0000 Subject: Changes to accomodate the new python layout --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 698a691..e4af26f 100755 --- a/debian/rules +++ b/debian/rules @@ -31,6 +31,7 @@ clean: -rm -f config.cache -$(MAKE) clean + -cd Python && python setup.py clean dh_clean install: build @@ -53,8 +54,8 @@ install: build # # Configuring/compiling/installing for Python. - -mkdir -p $(TMP_PYTHON)/usr/lib/python$(DEFAULT_VERSION_PYTHON)/site-packages - -install -m644 Python/library/Zinc.py $(TMP_PYTHON)/usr/lib/python$(DEFAULT_VERSION_PYTHON)/site-packages + -cd Python && python setup.py install --prefix=$(TMP_PYTHON) + # # Configuring/compiling/installing for perl/Tk. -mkdir -p $(TMP_PERL) -- cgit v1.1