[arch-general] fakeroot package() -> mkdir: cannot create directory : Permission denied

David C. Rankin drankinatty at suddenlinkmail.com
Sat Mar 3 18:34:44 EST 2012


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.


More information about the arch-general mailing list