Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/makechrootpkg.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/makechrootpkg.in b/src/makechrootpkg.in
index 5378eb1..459f7ce 100644
--- a/src/makechrootpkg.in
+++ b/src/makechrootpkg.in
@@ -188,6 +188,11 @@ builduser ALL = NOPASSWD: /usr/bin/pacman
EOF
chmod 440 "$copydir/etc/sudoers.d/builduser-pacman"
+ cat > "$copydir/etc/gitconfig" <<EOF
+[safe]
+ directory = *
+EOF
+
# This is a little gross, but this way the script is recreated every time in the
# working copy
{