From 3f8dc23088397934f8b9e128ac6c4c6cc08fdad4 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Sun, 3 Apr 2011 00:26:18 +0200 Subject: [PATCH] Fix make update-repo target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 492956b..3de86a7 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ RPMS = rpm/noarch/qubes-logos-$(QBSLOGOS_VERSION)-*.rpm \ update-repo: ln -f $(RPMS) build/yum/installer/rpm/ - build/yum/installer/update_repo.sh + (cd build/yum && ./update_repo.sh) iso: ln -sf `pwd`/build /tmp/qubes-installer-workdir