diff --git a/Makefile b/Makefile index 5545026..f200563 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ update-repo-unstable: iso: ln -sf `pwd` /tmp/qubes-installer mkdir -p work - pushd work; pungi --name=Qubes $(PUNGI_OPTS) -c $(PWD)/conf/qubes-kickstart.cfg; popd + pushd work && pungi --name=Qubes $(PUNGI_OPTS) -c $(PWD)/conf/qubes-kickstart.cfg && popd ./rpm_verify work/$(ISO_VERSION)/x86_64/os/Packages/*/*.rpm # Currently netinstall not supported rm work/$(ISO_VERSION)/x86_64/iso/*-netinst.iso