[Rpm-maint] rpmbuild error with 4.4.2.2 (but not 4.4.2)
Tom "spot" Callaway
tcallawa at redhat.com
Tue Nov 27 13:43:27 UTC 2007
On Mon, 2007-11-26 at 22:57 +0100, Joachim Worringen wrote:
> -prefix=$RPM_BUILD_ROOT%{disdir}
You're embedding $RPM_BUILD_ROOT in your prefix. This is almost
certainly the cause of your problem, as it is then getting embedded in
all of your built files.
You want to instead pass DESTDIR=$RPM_BUILD_ROOT to make install.
~spot
More information about the Rpm-maint
mailing list