From b84e3ba5cfadb07370128b4b685881df8aef67da Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 24 Mar 2021 18:07:00 +0100 Subject: [PATCH] clear extended attributes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index adadac0..8728f08 100644 --- a/Makefile +++ b/Makefile @@ -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),)