2000-05-11-03:13:38 Thomas Roessler:
> I'd suggest you use the DESTDIR mechanism. That is, you
> ./configure mutt with the directories you want on the
> target system. Then, when it comes to installing things,
> you type:
>
> make DESTDIR=/what/ever/path/you/want install
Thanks; that's n
Thomas Roessler <[EMAIL PROTECTED]> wrote:
> I'd suggest you use the DESTDIR mechanism. That is, you
> ./configure mutt with the directories you want on the
> target system. Then, when it comes to installing things,
> you type:
>
> make DESTDIR=/what/ever/path/you/want install
>
> (At le
On 2000-05-11 02:05:48 -0500, Carlos Puchol wrote:
> %install
> rm -rf $RPM_BUILD_ROOT
> make prefix=$RPM_BUILD_ROOT/usr \
> sharedir=$RPM_BUILD_ROOT/etc \
> sysconfdir=$RPM_BUILD_ROOT/etc \
> docdir=$RPM_BUILD_ROOT/usr/doc/mutt-%{version} install
> i don't know much about rpms, but
> i ha