diff options
author | gorhill <rhill@raymondhill.net> | 2014-12-16 10:07:47 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2014-12-16 10:07:47 -0500 |
commit | 21b5709fbb86e93420fe549ca95a55d6bac38faf (patch) | |
tree | b51e1602aaf63783890901a1436892706f52059c /tools | |
parent | a1172b1efe999bcfd4794794c4c33a946c507a6e (diff) | |
download | uBlock-21b5709fbb86e93420fe549ca95a55d6bac38faf.zip uBlock-21b5709fbb86e93420fe549ca95a55d6bac38faf.tar.gz uBlock-21b5709fbb86e93420fe549ca95a55d6bac38faf.tar.bz2 |
fixed paths
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make-opera.sh | 4 |
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." |