Commit a44ecd18 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

wrapper script should NOT be world writable.

parent 5ccd8274
......@@ -38,5 +38,5 @@ script =
export PATH=${fontconfig:location}/bin:$PATH
exec %(location)s/firefox $*""")
wrapper.close()
os.chmod(wrapper_location, 0777)
os.chmod(wrapper_location, 0755)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment