On 01/11/2011 12:47 PM, Lakshmipathi.G wrote: > Hi - > I want to override this %configure macro's default --prefix=/usr . I > like to change --prefix to /opt. Do we have anyway to change this > --prefix without adding value to ~/.rpmmacros or other files. I don't > want to create relocatable package. Just default rpm install should go > to /opt.
Adding "--define '_prefix /opt/'" to your rpmbuild command line does not work? --Saurabh _______________________________________________ india mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/india
