From 12237ad630ee504a431db858c38611812993202d Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Thu, 23 Jun 2011 15:09:10 +0200 Subject: [PATCH] Fix checking of rpms signature on DVD (#229) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ad23bb..9f730bd 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ update-repo: iso: ln -sf `pwd` /tmp/qubes-installer revisor --cli --config=conf/qubes-install.conf --model=qubes-x86_64 --install-dvd - rpm --checksig build/work/revisor-install/R1-Beta1/qubes-x86_64/x86_64/os/Packages/*.rpm | grep -v pgp && exit 1 + rpm --checksig build/work/revisor-install/R1-Beta1/qubes-x86_64/x86_64/os/Packages/*.rpm | grep -v pgp && exit 1 || true clean: rm -fr rpm/SOURCES/*.bz2