Minor
This commit is contained in:
parent
63dd4b0ac2
commit
74ff41c3a5
|
@ -55,7 +55,9 @@ DISTCHECK_CONFIGURE_FLAGS = \
|
||||||
|
|
||||||
# TODO: Copy infrastructure from cairo
|
# TODO: Copy infrastructure from cairo
|
||||||
|
|
||||||
|
# TAR_OPTIONS is not set as env var for 'make dist'. How to fix that?
|
||||||
TAR_OPTIONS = --owner=0 --group=0
|
TAR_OPTIONS = --owner=0 --group=0
|
||||||
|
|
||||||
dist-hook: dist-clear-sticky-bits
|
dist-hook: dist-clear-sticky-bits
|
||||||
# Clean up any sticky bits we may inherit from parent dir
|
# Clean up any sticky bits we may inherit from parent dir
|
||||||
dist-clear-sticky-bits:
|
dist-clear-sticky-bits:
|
||||||
|
|
Loading…
Reference in New Issue