Browse Source

Makefile: do not run update_repo.sh for update-repo-installer

Joanna Rutkowska 12 years ago
parent
commit
6604259e89
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -52,7 +52,6 @@ update-repo-unstable:
 
 update-repo-installer:
 	ln -f $(RPMS_DIR)/x86_64/qubes-core-dom0-*$(VERSION_DOM0)*fc13*.rpm ../installer/yum/qubes-dom0/rpm/
-	cd ../installer/yum && ./update_repo.sh
 
 clean:
 	(cd appvm && make clean)