Howard Johnson wrote:
Aha, gotcha. Try this:
rpmbuild --define "_sourcedir $(SOURCEDIR)" \
--define "_builddir $(BUILDDIR)" \
--define "_srcrpmdir $(SRCRPMDIR)" \
--define "_rpmdir $(RPMDIR)" \
<other args>
Fedora uses that set of defines in it's makefiles.
Excellent! Thank you. Can I get rid of the superfluous i386/ also? --rich