Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
6da1dd20
Commit
6da1dd20
authored
Nov 13, 2013
by
Tails developers
Browse files
Update extensions path in the unsafe-browser script too.
parent
7536cec0
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/local/sbin/unsafe-browser
View file @
6da1dd20
...
...
@@ -119,7 +119,7 @@ set_chroot_browser_name () {
NAME
=
"
${
1
}
"
LONG
=
$(
echo
${
LANG
}
|
grep
-o
"^[a-zA-Z_]*"
)
SHORT
=
${
LONG
%%_*
}
EXT_DIR
=
${
CHROOT
}
/usr/lib/iceweasel/extensions
EXT_DIR
=
${
CHROOT
}
/usr/lib/iceweasel/
browser/
extensions
BRANDING
=
branding/brand.dtd
if
[
-e
"
${
EXT_DIR
}
/langpack-
${
LONG
}
@iceweasel.mozilla.org.xpi"
]
;
then
PACK
=
"
${
EXT_DIR
}
/langpack-
${
LONG
}
@iceweasel.mozilla.org.xpi"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment