From bbfe2609682e52a446585d69c30ed42a46963a6c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Apr 2012 16:07:44 -0400 Subject: [PATCH] Ensure the SHA1SUMS file does not have the "images" prefix --- build_all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_all.sh b/build_all.sh index 7e9fd4a..0f7acc7 100755 --- a/build_all.sh +++ b/build_all.sh @@ -21,5 +21,6 @@ for KALI_ARCH in $KALI_ARCHES; do mv binary.log images/kali-$KALI_VERSION-$KALI_ARCH.log done -sha1sum images/*.iso >>images/SHA1SUMS +cd images +sha1sum *.iso >SHA1SUMS