[Vm-dev] git build problem on Pi

Damien Pollet damien.pollet at gmail.com
Sat Jun 25 14:55:25 UTC 2016


On 24 June 2016 at 19:40, tim Rowledge <tim at rowledge.org> wrote:

> I have the .git directory but it contains no ‘hooks’ directory.
>

You can create it when needed; I believe it gets created or not depending
on your git version or based on some template, and when it does it only
contains example files that do nothing.

In this case, whatever script that tries to cp stuff into it could just do
mkdir -p beforehand to ensure the directory is there.


-- 
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20160625/a2312a80/attachment.htm


More information about the Vm-dev mailing list