mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
themed_decorator: use TAR_OPT for archive
This commit produces a consistent tar archive. issue #5255
This commit is contained in:
committed by
Norman Feske
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)/$@
|
||||
|
||||
Reference in New Issue
Block a user