minor fix in Makefile

This commit is contained in:
Andreas Gerstmayr 2021-10-01 13:32:07 +02:00
parent fea303393e
commit 6bb3f5d121
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ $(VENDOR_TAR): $(SOURCE_TAR)
for patch in $(VENDOR_PATCHES); do echo applying $$patch ...; patch -d $(SOURCE_DIR) -p1 --fuzz=0 < $$patch; done
# Create tarball
time XZ_OPT=-9 tar cJf $@ \
XZ_OPT=-9 time -p tar cJf $@ \
$(SOURCE_DIR)/vendor \
$$(find $(SOURCE_DIR) -type d -name "node_modules" -prune)