[OpenAFS] Re: [OpenAFS-devel] compiling OpenAFS for OpenSSI

Derrick J Brashear shadow@dementia.org
Fri, 9 Sep 2005 12:07:31 -0400 (EDT)


On Fri, 9 Sep 2005, Ron Croonenberg wrote:

> Well,  I know how to create a symbolic link.
>
> Thing is that when I use rpmbuild, it deletes the source tree so it will
> delete the symbolic link I created too.
>
> So what I tried to ask is how I can make a change in the specs file that
> creates that link for me in the MODLOAD directories.

You wouldn't, you'd add a patch to the rpm and have the spec apply it.

However, you could create the symlink, go into the rpm build 
directory, and type "make" and see if it builds, rather than relying on 
rpmbuild to do it for you, at least for testing.

Derrick