Fix update-repo-installer target - correct timestamp file
This commit is contained in:
parent
d246b84912
commit
508e9cdfe0
2
Makefile
2
Makefile
@ -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…
Reference in New Issue
Block a user