Hi,
On Tuesday 01 July 2003 09:42, Bevis King wrote:
> 0.7.34 from the tarball and yesterday's CVS (0.7.37)....
>
> I've been looking into it some more. The issue is actually with the RPM
> built-in %makeinstall which is appending a whole bunch of incorrect
> settings for prefix, exec_prefix, etc. Changing this to a manual-style
> "make prefix=%{prefix} install" in the .spec file seems to have gone a
> long way to resolving the problem.
Ah - you're using the avifile.spec file to build it.
I never had a look at it before ;-)
> Once I have confirmed this fixes it, I'll mail a list of what needs to
> change in the .spec file to enable building to locations other than
> /usr.
I *think* that editing the spec file and doing
%define prefix /opt/wherever
should work.
The point is - if you're building a rpm, the rpm build process does the whole
compiling/installing/etc by itself, depending on the values in that spec
file.
So you have to edit the spec file an run
rpm --rebuild avifile.spec (or so)
And all changes you wanna have for your special rpm (paths, compiling options
etc) have to be set in the spec file
Try it, and tell us if it works ;-)
Alex
--
Alexander Rawass
mailto:[EMAIL PROTECTED] http://www.raw-ass.net
...but some day you'll be a STAR in somebody else's SKY...
_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile