Why don't you use DESTDIR instead?

IE:

 > ./configure --prefix=/usr
 > make
 > make DESTDIR=/tmp install
 > cd /tmp
 > tar cfz binary-tarball.tgz usr

H


Reply via email to