Michael Jennings wrote:
On Tuesday, 27 June 2006, at 16:34:31 (-0500), Wesley Leggette wrote:Okay. So should I stick with 'Prefix: /usr/local' and %{prefix}?Only if you're going to use /usr/local. But you shouldn't.
So right now, I have: Prefix: @AUTOCONF_PREFIX@Because my rpaths are set through a similar mechanism, would you suggest keeping Prefix: and just being thorough about always using --prefix=/usr when I configure and build rpms for distribution?
Otherwise I'm afraid someone might use the default prefix (/usr/local) and then build rpms that install everything in prefix /usr.
Also, thank you all for your value input. Wesley