mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-12 18:04:16 +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
|
BLDIR=dist/build
|
||||||
DES="$BLDIR"/uBlock0.firefox
|
DES="$BLDIR"/uBlock0.firefox
|
||||||
rm -rf $DES
|
|
||||||
mkdir -p $DES
|
mkdir -p $DES
|
||||||
|
rm -rf $DES/*
|
||||||
|
|
||||||
echo "*** uBlock0.firefox: Copying common files"
|
echo "*** uBlock0.firefox: Copying common files"
|
||||||
bash ./tools/copy-common-files.sh $DES
|
bash ./tools/copy-common-files.sh $DES
|
||||||
|
|
Loading…
Reference in a new issue