From b840755acc24f5cebe561d5ecb3380e157de1583 Mon Sep 17 00:00:00 2001
From: Francis Rowe
Date: Sat, 14 Feb 2015 20:14:27 -0500
Subject: Move all build scripts into a single generic script, with helpers
All build scripts were moved to resources/scripts/helpers/
---
(limited to 'docs/release.html')
diff --git a/docs/release.html b/docs/release.html
index edc24e3..ad0422a 100644
--- a/docs/release.html
+++ b/docs/release.html
@@ -36,8 +36,7 @@
You can verify the downloaded archives as follows:
- $ gpg --verify libreboot_src.tar.xz.sig
- $ gpg --verify libreboot_bin.tar.xz.sig
+ $ for signature in $(ls libreboot*.tar.xz.sig); do gpg --verify $signature; done
--
cgit v0.9.1