Skip to content
Snippets Groups Projects
Commit 72e4ff21 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

Fix: repo_metadata has to use the alternative architecture names

parent a32d5a1f
Branches
Tags
No related merge requests found
...@@ -427,7 +427,7 @@ $(REPO_ARCHIVE_DIR)/Release : $(REPO_DIST_DIR)/binary-$(call altarch,$(PRIMARY_A ...@@ -427,7 +427,7 @@ $(REPO_ARCHIVE_DIR)/Release : $(REPO_DIST_DIR)/binary-$(call altarch,$(PRIMARY_A
>> "$(REPO_ARCHIVE_DIR)"/Release >> "$(REPO_ARCHIVE_DIR)"/Release
echo "Date: $$(LC_ALL=C date -u)" \ echo "Date: $$(LC_ALL=C date -u)" \
>> "$(REPO_ARCHIVE_DIR)"/Release >> "$(REPO_ARCHIVE_DIR)"/Release
echo "Architectures: $(PRIMARY_ARCH) $(SECONDARY_ARCH)" \ echo "Architectures: $(call altarch,$(PRIMARY_ARCH)) $(call altarch,$(SECONDARY_ARCH))" \
>> "$(REPO_ARCHIVE_DIR)"/Release >> "$(REPO_ARCHIVE_DIR)"/Release
echo "Components: lip" \ echo "Components: lip" \
>> "$(REPO_ARCHIVE_DIR)"/Release >> "$(REPO_ARCHIVE_DIR)"/Release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment