Em Tue, Apr 09, 2002 at 09:57:44PM +0200, Graham Leggett escreveu: > When I try and build the RPM as a non-root user, the install part of the > build bombs out like so. Seems that libapr is being copied into /usr/lib > instead of /var/tmp/apache2-35-root/usr/lib.
I added a destdir patch to http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7803 if anyone is interested. (i.e., just issue "make DESTDIR=%{buildroot} install" in the spec)