]> git.lizzy.rs Git - torbrowser-launcher.git/blobdiff - torbrowser_launcher/common.py
Fix SHARE so that it works to run without installing
[torbrowser-launcher.git] / torbrowser_launcher / common.py
index 3de422d35119218fdf9cea4c41942465126b4207..4e3a30a6db3430bd96348d0358fa667227e347f3 100644 (file)
@@ -37,7 +37,7 @@ import re
 import gettext
 import gpg
 
-SHARE = os.getenv('TBL_SHARE', sys.prefix+'/share/torbrowser-launcher')
+SHARE = os.getenv('TBL_SHARE', sys.prefix + '/share') + '/torbrowser-launcher'
 
 gettext.install('torbrowser-launcher')