mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-09 16:52:00 +01:00
Empty target directory instead of re-creating it
For better web-ext compatibility.
This commit is contained in:
parent
395fa7197b
commit
185ff3fd96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue