From ec03babdb286aec1fea5068f2f152ce2e59b4b00 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Wed, 20 Feb 2013 02:43:16 +0100 Subject: [PATCH] iso build: fail build when pungi fails This is fix for bug introduced in commit ac856cca70351e26436930c9a948343ae5d3921c. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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