From 185ff3fd9682726bb1d473d19dc3eea1212d1e9d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 5 Mar 2024 07:59:11 -0500 Subject: [PATCH] Empty target directory instead of re-creating it For better web-ext compatibility. --- tools/make-firefox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh index 2278c58fa..fc5a19678 100755 --- a/tools/make-firefox.sh +++ b/tools/make-firefox.sh @@ -8,8 +8,8 @@ echo "*** uBlock0.firefox: Creating web store package" BLDIR=dist/build DES="$BLDIR"/uBlock0.firefox -rm -rf $DES mkdir -p $DES +rm -rf $DES/* echo "*** uBlock0.firefox: Copying common files" bash ./tools/copy-common-files.sh $DES