On 03/03/2012 06:34 PM, David C. Rankin wrote:
On 03/03/2012 04:39 PM, Allan McRae wrote:
   I'm not sure what makepkg needs to tell it to put the packages in the $pkgdir
from within the Makefile. Anyone else been bitten by this? Any quick fix?

make INSTALL_ROOT=$pkdir install


What determines whether you need:

   make DESTDIR="${pkgdir}" install

or

   make INSTALL_ROOT="${pkgdir}" install

??

Can you grep something before building and tell?


The Makefile....

I just find it's easier to just let it puke and then have a look at the Makefile

BTW how is trinity going?

I haven't looked at trinity for some time, as I dropped out.


Reply via email to