These have recently started complaining that the git directory isn't owned
by the current user:
./mkspec.sh mingw-openconnect
fatal: unsafe repository ('/mnt/workdir-0bz7gifx/openconnect' is owned by someone else)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
endif
srpm: /usr/bin/git
+ git config --global --add safe.directory "*"
./mkspec.sh $(TARGET)
set -x; if grep -q "global gitsnapshot 1" $(TARGET).spec; then \
tarprefix=$$(sed -n '/^%global snapcommit /s/.* //p' $(TARGET).spec); \