From 2388f4d202b80e654d97b1d6b2690d6e1a8b8e5d Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Sat, 1 Nov 2025 02:47:35 -0400 Subject: [PATCH] added more verbosity --- src/build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/build.sh b/src/build.sh index c84cbf0..8a3af7f 100644 --- a/src/build.sh +++ b/src/build.sh @@ -44,10 +44,14 @@ echo Compiling... make make install +echo Finished Building! + cd $BUILDPATH/bin/include -# Compress and get hash +echo Compressing build fragment... tar -cJf $VERSION.tar.xz mozjs-$MAJORVERSION/ +echo Calculating sum of fragment... sha256sum $VERSION.tar.xz > $VERSION.tar.xz.sha256 +echo Moving fragments to output mv $VERSION.tar.xz $VERSION.tar.xz.sha256 $OUTPUT \ No newline at end of file