diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 05:50:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 05:50:18 +0000 |
commit | 55a5d29a66503248916f249ad2a1d8b37cde5a03 (patch) | |
tree | a3beb6a90dd3bdaaf67ecb05d42152a494aff946 /tools/make-firefox.sh | |
parent | Adding upstream version 1.55.0+dfsg. (diff) | |
download | ublock-origin-55a5d29a66503248916f249ad2a1d8b37cde5a03.tar.xz ublock-origin-55a5d29a66503248916f249ad2a1d8b37cde5a03.zip |
Adding upstream version 1.57.0+dfsg.upstream/1.57.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/make-firefox.sh')
-rwxr-xr-x | tools/make-firefox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh index 2278c58..fc5a196 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 |