[Pkg-mozext-commits] [wot] 64/226: fixed bug with resource path in the manifest

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository wot.

commit 7c3492b6c0a3793c2e484596a98f99b67df83a47
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Wed Jan 2 13:25:36 2013 +0200

    fixed bug with resource path in the manifest
---
 build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build b/build
index f5105fc..58db25b 100755
--- a/build
+++ b/build
@@ -192,7 +192,7 @@ echo "$0: updating chrome.manifest"
 cd "${FINAL_DIR}"
 
 S_CONTENT="s/^(content[[:space:]]+[^[:space:]]+[[:space:]]+)(.+)$/\\1jar:chrome\\/${APP_NAME}\.jar!\\/\\2/"
-S_RESOURCE="s/^(resource[[:space:]]+[^[:space:]]+[[:space:]]+)(.+)$/\\1jar:resource\\/${APP_NAME}\.jar!\\/\\2/"
+S_RESOURCE="s/^(resource[[:space:]]+[^[:space:]]+[[:space:]]+)(.+)$/\\1jar:chrome\\/${APP_NAME}\.jar!\\/\\2/"
 S_LOCSKIN="s/^(skin|locale)([[:space:]]+[^[:space:]]+[[:space:]]+[^[:space:]]+[[:space:]]+)(.*)$/\\1\\2jar:chrome\\/${APP_NAME}\.jar!\\/\\3/"
 
 sed -i -r -e "$S_CONTENT" chrome.manifest

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git



More information about the Pkg-mozext-commits mailing list