On Sun, Dec 09, 2007 at 06:41:49PM -0800, J.C. Roberts wrote:
> Assuming you're going to do something like this:
> 
>       EXDIR=  ${PREFIX}/share/examples/${????}
> 
>       pre-fake:
>               ${INSTALL_DATA_DIR} ${EXDIR}
>               ${INSTALL_DATA} ${WRKSRC}/README ${EXDIR}
>               ${INSTALL_SCRIPT} ${WRKSRC}/example/*.pl ${EXDIR}

That's not the intended usage of pre-fake.

pre-fake has very little applicability, you'll see it used quite
seldom.

Normal `fake' installs use pre-install, do-install, post-install.

pre-fake is a hook that's specifically there to setup some stuff that
fake will need.

And you really don't want to know when that's needed.

Reply via email to