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?

-- 
David C. Rankin, J.D.,P.E.

Reply via email to