Update update-repo-installer make target to new builder API

This commit is contained in:
Marek Marczykowski 2013-03-20 15:24:15 +01:00
parent 4c1c6e7bab
commit 6a3a51701b

View File

@ -23,7 +23,8 @@ rpms:
./build_template_rpm $(TEMPLATE_NAME) || exit 1; \
update-repo-installer:
ln -f rpm/noarch/qubes-template-$(TEMPLATE_NAME)-$(VERSION)-$(shell cat build_timestamp_$(DIST))*.noarch.rpm ../installer/yum/qubes-dom0/rpm
[ -z "$$UPDATE_REPO" ] && UPDATE_REPO=../installer/yum/qubes-dom0;\
ln -f rpm/noarch/qubes-template-$(TEMPLATE_NAME)-$(VERSION)-$(shell cat build_timestamp_$(DIST))*.noarch.rpm $$UPDATE_REPO/rpm
prepare-repo-template:
rm -rf yum_repo_qubes/*