From b840755acc24f5cebe561d5ecb3380e157de1583 Mon Sep 17 00:00:00 2001
From: Francis Rowe
Date: Sun, 15 Feb 2015 01:14:27 +0000
Subject: Move all build scripts into a single generic script, with helpers
All build scripts were moved to resources/scripts/helpers/
---
docs/release.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to 'docs/release.html')
diff --git a/docs/release.html b/docs/release.html
index edc24e3e..ad0422a2 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 v1.2.3-70-g09d2