Fix update-repo-installer target - correct timestamp file

pull/1/head
Marek Marczykowski-Górecki 9 years ago
parent d246b84912
commit 508e9cdfe0

@ -49,7 +49,7 @@ endif
update-repo-installer:
[ -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
ln -f rpm/noarch/qubes-template-$(TEMPLATE_NAME)-$(VERSION)-$(shell cat build_timestamp_$(TEMPLATE_NAME))*.noarch.rpm $$UPDATE_REPO/rpm
prepare-repo-template:
rm -rf pkgs-for-template/$(DIST)

Loading…
Cancel
Save