clear extended attributes

This commit is contained in:
Michael Roitzsch
2021-03-24 18:07:00 +01:00
parent eaba592bcc
commit b84e3ba5cf

View File

@@ -11,6 +11,7 @@ all: $(DB).lz check
ifneq ($(wildcard $(MY_INTERNALS)),)
internals.txt: $(MY_INTERNALS)
textutil -cat txt "$<" -output $@
xattr -c $@
endif
ifneq ($(wildcard $(DB).lz),)