Browse Source

Fix cleanup in build script so rm won't complain during first build

pull/2/head
Chris 10 years ago
committed by gorhill
parent
commit
68f55f6a3e
  1. 2
      tools/make-firefox.sh

2
tools/make-firefox.sh

@ -5,7 +5,7 @@
echo "*** uBlock.firefox: Copying files"
DES=dist/build/uBlock.firefox
rm -r $DES
rm -rf $DES
mkdir -p $DES
cp -R assets $DES/

Loading…
Cancel
Save