themed_decorator: use TAR_OPT for archive

This commit produces a consistent tar archive.

issue #5255
This commit is contained in:
Sebastian Sumpf 2024-06-25 10:25:56 +02:00 committed by Norman Feske
parent 458cb25d6c
commit cfe27e07de

View File

@ -11,5 +11,5 @@ BUILD_ARTIFACTS := $(TARGET) plain_decorator_theme.tar
plain_decorator_theme.tar:
$(MSG_CONVERT)$@
$(VERBOSE)tar -cf $@ -C $(PRG_DIR) theme
$(VERBOSE)tar -cf $@ $(TAR_OPT) -C $(PRG_DIR) theme
$(VERBOSE)ln -sf $(BUILD_BASE_DIR)/$(PRG_REL_DIR)/$@ $(INSTALL_DIR)/$@