On Wed, 14 Aug 2002, Raul Dias wrote:

> Ove Kaaven <[EMAIL PROTECTED]> wrote:
> >On Wed, 14 Aug 2002, Raul Dias wrote:
> >> Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> >> >Raul Dias <[EMAIL PROTECTED]> 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
> >
> 
> Are you sure?

OK, perhaps it has something to do with my configure invocation.

CFLAGS="$(CFLAGS)" ./configure --with-x --enable-opengl --prefix=/usr 
--sysconfdir=/etc \
--libdir=\$${prefix}/lib --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info


Reply via email to