--- source/Makefile.in.orig 2006-02-06 08:47:54 +0300 +++ source/Makefile.in 2006-02-06 08:48:13 +0300 @@ -1479,7 +1479,7 @@ PYTHON_OBJS="$(PYTHON_PICOBJS)" \ PYTHON_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \ LIBS="$(LDFLAGS) $(LIBS)" \ - $(PYTHON) python/setup.py install + $(PYTHON) python/setup.py install --root=$(DESTDIR) python_clean: @-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi