X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/a206ac0fb58d757da30897ca9a64ae642d1865d1..db193f17200d63bfe59bc3a9196f15d5d59efaee:/Makefile.am diff --git a/Makefile.am b/Makefile.am index bc46cac4..f4dd9989 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,7 @@ fedora-snapshot: dist dist-hook: if test -d .git ; then \ - git pull ; \ + test -z $$SKIP_GIT && git pull ; \ chmod u+w ${distdir}/ChangeLog || true ; \ ( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \ fi