From c5465b43555d1611c29aef568e4f23746058d698 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Sun, 24 Feb 2013 14:48:29 +0100 Subject: [PATCH] makefile: one more fix for multiple template rpms --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dac7b21..4987862 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ rpms: ./build_template_rpm $(TEMPLATE_NAME) || exit 1; \ update-repo-installer: - ln -f rpm/noarch/qubes-template-$(TEMPLATE_NAME)-$(VERSION)-$(shell cat build_timestamp)*.noarch.rpm ../installer/yum/qubes-dom0/rpm + ln -f rpm/noarch/qubes-template-$(TEMPLATE_NAME)-$(VERSION)-$(shell cat build_timestamp_$(DIST))*.noarch.rpm ../installer/yum/qubes-dom0/rpm prepare-repo-template: rm -rf yum_repo_qubes/*