On Wed, 14 Aug 2002, Raul Dias wrote:
Alexandre Julliard julliard@winehq.com wrote:
Raul Dias chaos@swi.com.br writes:
So what I really would like to know is which way is the right way to install wine in a dir different than %prefix or /usr/local (default %prefix)?
The right way is to run configure with the final prefix, run make, and then run make install with the prefix set to the package build location.
just setting the prefix in the make install won't work.
It works for my Debian packages with just prefix and libdir:
$(MAKE) install prefix=`pwd`/debian/tmp/usr libdir=`pwd`/debian/tmp/usr/lib