mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
themed_decorator: use TAR_OPT for archive
This commit produces a consistent tar archive. issue #5255
This commit is contained in:
parent
458cb25d6c
commit
cfe27e07de
@ -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)/$@
|
||||
|
Loading…
x
Reference in New Issue
Block a user