aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-opera.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make-opera.sh')
-rwxr-xr-xtools/make-opera.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-opera.sh b/tools/make-opera.sh
index ce02e1f..232abc8 100755
--- a/tools/make-opera.sh
+++ b/tools/make-opera.sh
@@ -20,6 +20,6 @@ cp src/*.html $DES/
cp platform/chromium/*.js $DES/js/
cp platform/chromium/manifest.json $DES/
-rm -r dist/ublock/_locales/el
-rm -r dist/ublock/_locales/vi
+rm -r $DES/_locales/el
+rm -r $DES/_locales/vi
echo "*** uBlock.opera: Package done."