From da236d59dc8793b684efb2064844f5d8bc1e1798 Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Fri, 31 Oct 2025 22:30:37 -0400 Subject: [PATCH] more incorrect tar usage because i have mental insanity --- src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.sh b/src/build.sh index e3f0242..b8375d8 100644 --- a/src/build.sh +++ b/src/build.sh @@ -14,7 +14,7 @@ echo $BUILDPATH #unzip this or something curl -RO "$DOWNLOAD" -tar -xzf "firefox-$VERSION.source.tar.xz" +tar -xJf "firefox-$VERSION.source.tar.xz" cd "firefox-$VERSION.source/js/src"