mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-04-16 23:13:05 +02:00
build: Make git log invocation immune to local configuration
This commit is contained in:
parent
0871daf7b0
commit
6e074a2bdc
@ -12,5 +12,5 @@ EXTRA_DIST = \
|
||||
dist-hook:
|
||||
echo $(VERSION) >$(distdir)/.dist-version
|
||||
if [ -d .git ]; then \
|
||||
git log --stat -C >$(distdir)/ChangeLog; \
|
||||
XDG_CONFIG_HOME= HOME= git log --stat -C >$(distdir)/ChangeLog; \
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user