From 21b5709fbb86e93420fe549ca95a55d6bac38faf Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 16 Dec 2014 10:07:47 -0500 Subject: [PATCH] fixed paths --- tools/make-opera.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/make-opera.sh b/tools/make-opera.sh index ce02e1fc9..232abc890 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."