From 7cea95338ed8bb4214325b179a693cf91fba721d Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Sat, 2 Jul 2011 14:49:17 +0200 Subject: [PATCH] Makefile: update-repo-installer --- Makefile.common | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.common b/Makefile.common index 0962b83..ce2789a 100644 --- a/Makefile.common +++ b/Makefile.common @@ -111,6 +111,11 @@ update-repo-unstable: ln -f rpm/x86_64/kernel-devel-$(VERSION)-$(RELEASE)*.rpm $$vmrepo/rpm/ ;\ done +update-repo-installer: + ln -f rpm/x86_64/kernel-$(VERSION)-$(RELEASE)*.rpm ../installer/yum/qubes-dom0/rpm/ + ln -f rpm/x86_64/kernel-qubes-vm-$(VERSION)-$(RELEASE)*.rpm ../installer/yum/qubes-dom0/rpm/ + cd ../installer/yum && ./update_repo.sh + # mop up, printing out exactly what was mopped. .PHONY : clean