>>>> "YA" == Yves Arrouye <[EMAIL PROTECTED]> writes:
[...] >> $(MAKE) install prefix=`pwd`/debian/tmp/usr sysconfdir=`pwd`/tmp/etc YA> If it's using autoconf, there's a chance that the package also lets you YA> specify DESTDIR to install, as in: YA> $(MAKE) install DESTDIR=`pwd`/debian/tmp This is dangerous, because if a package use i18n the Makefile in po/ don't understand DESTDIR, and all locale aren't installed. Christian