Grosch, Scott <[EMAIL PROTECTED]> writes:

> Has anyone written some type of AFS awareness macro for the install
> piece of autoconf?  AFS uses a different path to install into.  For
> example, if I say to use /usr/local/bin, it really means:

> (pdxss020, sunos 5.6) % cd /usr/local/bin
> (pdxss020, sunos 5.6) % pwd
> /afs/pdx.intel.com/local/sun4x_56/97r1/phase1
> (pdxss020, sunos 5.6) % go2rw
> /afs/.pdx.intel.com/local/sun4x_56/97r1/phase1

Generally all one has to do is:

    ./configure
    make
    make install prefix=/afs/.pdx.intel.com/local/@sys/97r1/phase1

and with a properly written package and paths that mirror the standard
prefix-rooted file layout this will just work.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>

Reply via email to